Tail recursion (87)

67 Name: #!/usr/bin/anonymous : 2006-03-13 16:32 ID:y5a64iNe

>>66
Single link list is preferred probably because it's the simplest persistant data structure.

Haskell sucks at lot at arrays. Though there is an interesting module in GHC called PArr, parallel arrays, which is like list comprehensions for arrays.

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