Skip to content
JasonQu edited this page Jul 8, 2022 · 2 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