To run it you need python installed on your computer.
Whole code was writting using test-driven-development.
$ python3 run.py run_examples
$ python3 run.py test
To run your own program you need to add lisp file to lisp_programs folder and then run:
$ python3 run.py run <file_name>