http://plt-scheme.org/ Use the textbook htdp.org and you will develop a very deep understanding of how to structure programs in Lisp (and this understanding will transfer to other languages as well).
You mentioned that you want to see if there are other ideas worth stealing. Not only does PLT Scheme have numerous educational features, but it's the basis for a lot of very interesting and productive research on units, macros, continuations, contracts, mixing static and dynamic typing, continuation-based web servers, object systems, and more. On Sun, Dec 20, 2009 at 12:31 PM, Sean Devlin <[email protected]> wrote: > Hi everyone, > After hacking Clojure for a while, I've come to the conclusion that > studying a second Lisp would help. So, what do the people here > think? What is a good Lisp to study? Are there particular dialects & > distributions that are interesting? The things that are important to > me are: > > A community at least 1/10th as awesome as this one. Seriously. > Libs in Lisp - I want to see if there are ideas worth stealing. > Available documentation - I have to be able to read about it, and > teach myself online. > > Thanks, > Sean > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
