Releases: cosmos72/gomacro
Releases · cosmos72/gomacro
version 2.7
version 2.6
first usable debugger
version 2.5
- 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
version 2.1
fix importing complicated packages as "net/http" with no Go toolchain installed
version 2.0
use fast interpreter by default
version 1.1
classic interpreter, with goroutines
version 1.0
classic interpreter