Hacker News new | ask | show | jobs
by lioeters 1321 days ago
> make my own toy programming language, probably a Lisp dialect

I've learned a lot from the "Make a Lisp" project. If you haven't seen it, I'm sure you will enjoy studying it. https://github.com/kanaka/mal

1 comments

Thanks for the link and the feedback on MAL.

I plan to do it, I also saw interesting projects like implementing a compiler in Lisp, on `build-your-own-x` repo : https://github.com/codecrafters-io/build-your-own-x

Nice, that's a great resource! Thanks for sharing.