Skip to content
Howard Mao edited this page Mar 23, 2014 · 10 revisions

GLISP is a dialect of LISP designed as an embedded extension language for Go. It is implemented in pure Go as a bytecode interpreter. As a result, the interpreter can be compiled or cross-compiled for any platform Go runs on.

Clone this wiki locally