Tail recursion (87)

59 Name: #!/usr/bin/anonymous : 2006-03-12 05:44 ID:Heaven

>So basically my complaint in >>35 is justified - the language does not allow you to implement certain efficient algorithms, due to its inherent limitations?

No. Using mutable arrays, you can implement any algorithm that can be implemented using imperative languages. Lists are commonly used because they are convinient, but whenever the performance matters, you can use mutable arrays to optimize your program.

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