Skip to content

harto/kaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaa

A toy Lisp implementation in Python 3.

Named after the Jungle Book character. It also sounds like the Australian pronunciation of car.

Development

make        # initial setup
make check  # run linter, test suite

Usage

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

About

Toy Lisp implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published