#Code style question
1 messages · Page 1 of 1 (latest)
this is less of a code style question and more of a "do you want your function to be tail recursive" question
also, your first example is incorrect, you are missing a rec after let
oops yeah let me fix that
You can also look into tail recursion mod cons