Gomacro Versions Save

Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros

v2.7

5 years ago

support out-of order declarations license changed to MPL 2.0+

v2.6

6 years ago

first usable debugger

v2.5

6 years ago
  • interpreted interfaces
  • workaround to import 3rd party packages on non-Linux systems
  • implement 'package' on fast interpreter
  • split 'fast' and 'classic' interpreters
  • Ctrl+C and SIGINT now interrupt main goroutine and return to prompt
  • fix access to deeply embedded fields and methods
  • fix nested quasiquotes

v2.1

6 years ago

fix importing complicated packages as "net/http" with no Go toolchain installed

v2.0

6 years ago

use fast interpreter by default

v1.1

6 years ago

classic interpreter, with goroutines

v1.0

6 years ago

classic interpreter