Hacker News new | ask | show | jobs
by piinbinary 3130 days ago
After reading Peter Norvig's post about a lisp implementation [0], I decided to write one in Python.

I got something working in 65 lines [1]

[0] http://norvig.com/lispy.html

[1] https://gist.github.com/jmikkola/b7c6c644dff1c07891c698f0a52...

1 comments

Thanks for this, I recently did the same and it's nice to have others work to compare to.