On 13.03.2015 13:23, Erik Huelsmann wrote: > > > > These days, I suppose we'd be looking at something like Go, > which can > > be linked with C/C++ and also natively export functions that can be > > called from C/C++. > > As far as I can see, Go always comes with Garbage Collection > instead of a deterministic memory management. > > Also, as far as I can see, Go does not go as far as Rust with what > the compiler can check at compiletime. > > > On the other hand, I see on rust-lang that the current state of Rust > is 1.0.0-alpha2 where Lua has 22 years of experience and development.
Yes, but cone written in a dynamically-typed, garbage-collected language is the very devil to debug and test. OTOH ... Rust's integration with C leaves quite a lot to be desired. -- Brane