Erik Huelsmann wrote: >> I don't have direct experience with Lua, but have read/observed it for >> many years. This is something that I could get behind as an embedded >> *experimental* solution (to move "up" from lower-level C code), based on >> what I've read. > > That would be the first step for any implementation, I take it -- we'd want > to evaluate the benefits to be had. If we agree to start experimenting with > Lua, the next step would be to create a high level design. Something I might > be able to spend time on. > > @Julian, do you have a specific area of our code that would most benefit > from "moving 'up' from C"? Preferably some part of code that's currently > very much in flux?
'svnmover' on the 'move-tracking-2' branch. It includes both 'client' and 'library' code, and I'm moving code freely between the two as I figure out what is the best layering. So it's important that a language would be good in both roles. - Julian