A toy Lisp implementation in Python 3.
Named after the Jungle Book character. It
also sounds like the Australian pronunciation of
car
.
make # initial setup
make check # run linter, test suite
kaa # boot a REPL
kaa some-file.lisp # eval a source file
kaa --expression='(print (+ 1 2))' # eval a single expression
echo '(print (+ 1 2))' | kaa # eval lines from stdin