You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.