[1]: http://www.newlisp.org/
Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
1–6 of 6 posts
Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
#2Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
#3Runners up are Racket and Guile.
The "Lisps in Python" (like Hy and Hissp) are nice, but they're not very Lispy. More like Python with sexpr syntax. For Lisp on a Python runtime, I recommend Calysto Scheme for messing around: https://github.com/Calysto/calysto_scheme
It's slow, but it's full Scheme.
Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
#4Oh God, Newlisp. Don't worry about that. Start with Common Lisp. It's probably the most Pythonic in that it's built for building real applications in. SBCL is the open source implementation everyone seems to favor. Runners up are Racket and Guile. The "Lisps in Python" (like Hy and Hissp) are nice, but they're not very Lispy. More like Python with sexpr syntax. For Lisp on a Python runtime, I recommend Calysto Scheme…
Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
#5Oh God, Newlisp. Don't worry about that. Start with Common Lisp. It's probably the most Pythonic in that it's built for building real applications in. SBCL is the open source implementation everyone seems to favor. Runners up are Racket and Guile. The "Lisps in Python" (like Hy and Hissp) are nice, but they're not very Lispy. More like Python with sexpr syntax. For Lisp on a Python runtime, I recommend Calysto Scheme…
What, specifically, is lacking?