On Wed, Jan 30, 2008 at 12:25:27PM -0600, Gabriel Sechan wrote:
I don't find Scheme/Lisp very useful for actually programming in, but I'm glad they exist- it means that other ideas on how to program were explored.
I've just started doing some programming in Scheme (Chicken) after not using it for quite a while. I've kind of forgotten just how wonderful of a language it is to use. My particular "stress the language" test is working out in Scheme to be about the easiest language to implement the problem in. Python was second. The essense of the problem: traversing two recursively defined trees, comparing nodes and producing a third tree. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
