DEV Community

Pavitra Golchha
Pavitra Golchha

Posted on • Updated on

REPLisp: Another New Language!?

Moved to https://pavi2410.me/blog/replisp-another-new-language

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

Top comments (0)