Hi nuts,
James Gosling once said that every configuration file becomes a programming language
So is there some script languages can be embeded in Golang just Lua in C
It's said the Golang is much more Python like but python is maybe too big to fit the embeded enviroments and not so easy to use as Lua in C since python has mush .dll/.so dependency while Lua is simpler both in libs and syntax
Golang itself has a interpreter experimented in package exp/eval but is it or will it be strong enough to act as a scripy language just as Lua?
http://code.google.com/p/gelo/ that's what I wrote this for.