gijit looks really interesting.  Do you have a high-level 
description/diagram anywhere that gives an overview of how the system works?

I took a brief look at the git repo, and it seems like you're translating 
Go into Javascript, and then to Lua, and then using LuaJIT.  Is that 
right?  How do you manage the complexity of these seemingly-unwieldy pieces 
and translation layers?

It seems like you have your own 'parser' implementation (maybe copied from 
the Go src tree?).  How will you keep your parser (as well as the rest of 
the system) up-to-date as Go changes?  Is it a very manual process?

Thanks for working on this important project!
~Christopher Sebastian

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