Ask HN: What's the best Lisp for a Python hobbyist looking to learn?
I vaguely remember toying with newLISP [1] almost a decade ago, but I'd like to start exploring the language again and write some hobbyist-level programs in it.
[1]: http://www.newlisp.org/
5 comments
[ 2.9 ms ] story [ 18.6 ms ] thread[0]: https://github.com/hylang/hy
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.