Is it possible to do metaprogramming in Go?

What I want to have is a way to run arbitrary code in compile time, which 
has full access to compiler data structures
(parsed syntax trees, compiler stages callbacks, direct code generator 
calls).

As a variant, it can be some Lisp system runs between parser stage and the 
rest of  Go compiler. 

-- 
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