README `adalisp` is an interpreter for a small Lisp-like scripting language that aims to a. fit in head, while b. being written in a small, restricted, safe subset of the `Ada` programming language. For more details, see: http://thetarpit.org/posts/y04/074-adalisp-prototype.html --- To INSTALL `adalisp`: * Install an `Ada` distribution; `adalisp` was tested on GNAT GPL 2016. * Use `V` to press: mkdir ~/src/adalisp cd ~/src/adalisp mkdir .wot cd .wot && wget http://lucian.mogosanu.ro/spyked.asc && cd .. v.pl init http://lucian.mogosanu.ro/src/adalisp v.pl press adalisp_genesis adalisp_genesis.vpatch --- To BUILD and USE `adalisp`: cd ~/src/adalisp/adalisp_genesis/adalisp gprbuild cat test.scm | ./bin/test_repl