So I shouldn't be using recursion over loops, or I should? "... use explicit while loops when possible." Does that mean when it's too complicated to determine if it's tail recursive, just use a while loop to be safe? Otherwise this feels like the opposite of the FP vibe ocaml.org/docs/loops-r...
2 likes 0 replies
?