Lisp Interpreter
BogoLisp is a lisp running in your browser. The lexer, parse and interpreter for it are written in JavaScript and packaged in a Chrome extension. BogoLisp was born during Yelp's 11th Hackathon, in July 2013. BogoLisp is completely open-sourced on GitHub.
- Design Process:
- Wasn't straightforward
- Coded with:
- Vim
- Architecture made of:
- JavaScript. And more JavaScript.