de50693c7b
PR: 236364 Submitted by: Dmitri Goutnik <dg@syrec.org>
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
gomacro is an interactive Go interpreter and debugger with REPL, Eval, generics
|
|
and Lisp-like macros, implemented in pure Go. It offers both an interactive and
|
|
a scripting mode, and does not require a Go toolchain at runtime.
|
|
|
|
WWW: https://github.com/cosmos72/gomacro
|