bytbox / kakapo

Embedded Lisp Interpreter for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kakapo is an experimental lisp interpreter in Go. It aims to provide maximum
compatibility between the interpreted lisp code and any present go code. For
usage, look at repl.lsp (the most complex program written with kakapo so far)
and kakapo.go (which showcases the entire api of the backing library).

Build with build.sh.

About

Embedded Lisp Interpreter for Golang

License:MIT License


Languages

Language:Go 93.2%Language:Common Lisp 5.3%Language:Shell 1.4%