Tail recursion (87)

86 Name: #!/usr/bin/anonymous : 2006-03-20 01:37 ID:Heaven

>>84
It depends on what kind of problems you're trying to solve. For quick hacks, Perl is the better tool. For programming large systems, the hardest part is managing complexity, and being able to reason effectively about your program is a huge help. That's where the dogma of purity and referential transparency comes in very, very handy.

This thread has been closed. You cannot post in this thread any longer.