Name:
Anonymous
2008-08-04 16:54
Iteration obviously, unless your algorithm can't possibly be implemented any other way.
Name:
Anonymous
2008-08-06 10:42
>>43
The Erlang VM seems to get along just fine with optimizing deep recursive loops without the typical "tail recursive only!" constraints.