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