Re: Second Lisp to Learn

2009-12-22 Thread blackdog
Thanks for the links, the last gives a good summary. I think newlisp is great for scripting, if i were on the jvm on a large project I'd use clojure, but for tasks that I might use ruby,python, or perl for i find newlisp refreshingly clean and direct. It may be warty, if warty means practical.

Re: Second Lisp to Learn

2009-12-21 Thread Kevin Downey
instant second lisp: just write your own interpreter On Sun, Dec 20, 2009 at 6:39 PM, Jonathan Smith jonathansmith...@gmail.com wrote: Lisp Flavored Erlang is an extremely interesting lisp. in my opinion. You get Erlang, and you also get s-expressions and macros. Common Lisp and Scheme are

Re: Second Lisp to Learn

2009-12-21 Thread blackdog
newLISP On Sun, 2009-12-20 at 12:31 -0800, Sean Devlin 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

Second Lisp to Learn

2009-12-20 Thread Sean Devlin
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

Re: Second Lisp to Learn

2009-12-20 Thread Martin DeMello
plt scheme seconded. great language, great libraries, great community, great documentation, and under active development. martin On Mon, Dec 21, 2009 at 2:13 AM, Mark Engelberg mark.engelb...@gmail.com wrote: http://plt-scheme.org/ Use the textbook htdp.org and you will develop a very deep

Re: Second Lisp to Learn

2009-12-20 Thread Jeff Heon
If you're going to try the straight Scheme avenue, you might try the Gambit implementation, which is touted as very fast. http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page A good way to good if you already use Emacs as your IDE. For something different but still Scheme based, there

Re: Second Lisp to Learn

2009-12-20 Thread Harold Ancell
At 02:31 PM 12/20/2009, Sean Devlin 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? While my preference here prior to learning about Clojure has been

Re: Second Lisp to Learn

2009-12-20 Thread Phil Hagelberg
Sean Devlin francoisdev...@gmail.com writes: 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? Emacs

Re: Second Lisp to Learn

2009-12-20 Thread Timothy Pratley
On Dec 21, 7:31 am, Sean Devlin francoisdev...@gmail.com wrote: What is a good Lisp to study?  Are there particular dialects distributions that are interesting? The free downloadable SICP lectures (and book) were for me really illuminating after initial contact with Clojure. Engaging and

Re: Second Lisp to Learn

2009-12-20 Thread Jonathan Smith
Lisp Flavored Erlang is an extremely interesting lisp. in my opinion. You get Erlang, and you also get s-expressions and macros. Common Lisp and Scheme are the obvious choices, I suppose. Learning common lisp I would probably go towards clozure common lisp, or clisp. (SBCL is fine (great,