Live data from Hacker News

Ask HN: What's the best Lisp for a Python hobbyist looking to learn?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?

#3
Oh 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 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?

#4
post #3

Oh 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?

Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?

#5
post #4
post #3

Oh 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?

From Hy and Hissp? Nothing really, but if you want to learn Lisp, it's best to learn Lisp and not Python in a Lisp skinsuit. The idioms between regular Lisp and Lisp-flavored Python are different.

Re: Ask HN: What's the best Lisp for a Python hobbyist looking to learn?

#6
post #5
post #4

Earlier quoted context omitted.

What, specifically, is lacking?

From Hy and Hissp? Nothing really, but if you want to learn Lisp, it's best to learn Lisp and not Python in a Lisp skinsuit. The idioms between regular Lisp and Lisp-flavored Python are different.

[dead]