An open API service indexing awesome lists of open source software.

https://github.com/robertbcolton/lisp-interpreter

A simple LISP interpreter based on the Scheme dialect.
https://github.com/robertbcolton/lisp-interpreter

Last synced: about 2 months ago
JSON representation

A simple LISP interpreter based on the Scheme dialect.

Awesome Lists containing this project

README

        

# About LISP Interpreter
This project is an adaptation of http://norvig.com/lispy.html written in Java. It is a minimalist LISP interpreter with Read-eval-print-loop that supports simple arithmetic calculations, lambda's, loops, lexical scoping, and conditional expressions. My sole intention was to learn to write my own programming language which I already have some experience with from personal projects. The project is licensed under the GPL v3 for the educational benefit of others.