[EMAIL PROTECTED] wrote:
I used to think recursion was just a cute idea but from learning Scheme it appears that recursion is somehow vital to this whole language.
Recursion is the single required structure for handling looping and iteration in the Scheme standard. Nothing else is required to be supported. This is why tail recursion *must* be supported in Scheme.
-a -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
