Tail recursion (87)

82 Name: #!/usr/bin/anonymous : 2006-03-18 22:15 ID:Heaven

> In contrast, imperative languages with functional subsets do not generally have any well-defined barrier between the purely functional and imperative worlds.

I don't see why this would be a positive thing. You've already lost the theoretical advantage of functional languages, no matter how much of "barrier" you put up between imperative and functional code, and for practical code, you'd be much better off with less of a barrier, because in practice, that barrier will just get in the way of actually solving your problem.

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