REPLisp: Another New Language!?

Pavitra Golchha Nov 26, 2018 1 min read

Hello ๐Ÿ‘‹, I made a programming language called โ€˜REPLispโ€™. It is a Lisp-like interpreted language, written in 100% pure JavaScript by my little fingers ๐Ÿ––. I made it to just learn more about languages and how do they work.

I started work on this after I encountered this project on Glitch. After going through everything over there, I felt โ€œmaking a programming language is so easy!!!โ€, and eventually, made the first version almost in a day! I, gradually, learnt a lot about the basics of compilers and languages.

It is currently incomplete but is in active development. Iโ€™d love if you help me in completing this project.

Try it now: https://replit.com/@pavi2410/REPLisp

Source code: https://github.com/pavi2410/REPLisp

Share this post: