cosmos72 / gomacro

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

in file mode, collect and run init() functions, then run main()

cosmos72 opened this issue · comments

Highlighted in https://flak.tedunangst.com/post/toying-with-gomacro
This would reproduce more closely the behaviour of compiled Go.

Also requires to test/finish support for out-of-order code.