website: https://github.com/cosmos72/gomacro
install: go get github.com/cosmos72/gomacro

Fairly complete and interactive Go interpreter, implemented in pure Go, 
supporting:

   - all Go basic types, expressions, operators and builtins
   - all Go statements except goto
   - all Go declarations: import, type, const, var, func, including Go 1.9 
   type aliases
   - code generation with Lisp-like macros, quote and quasiquote
   
Main missing feature: cannot yet declare or implement interfaces.

Version 2.0 is a full reimplementation with greatly improved performance.

Not yet tested on Go 1.9 Beta 1.

Feedback welcome :)

Max

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to