[Detailed overview snipped] I looked at Common Lisp for a while a year or so ago. The recent book _Practical Common Lisp_ is excellent.
http://www.gigamonkeys.com/book/ It didn't seem quite ready to do some of the GUI stuff I wanted to do, but looking over on http://cliki.net , things seem to be better now in terms of the maturity of available toolkit bindings, particularly Gtk bindings. Another project worth looking at is Kawa, which implements Scheme on the JVM, and gives you access to all those APIs. http://www.gnu.org/software/kawa/ Dave -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
