http://cnzsdk4ndmkx44buqh6ucvqwb6jqmr5gk46pcrmtja6a2w5zwrm74wad.onion/w/lua.html
it's difficult to say. i think lua was designed with
the language and the implementation being intertwined, as one cohesive thing.
which makes sense since lua is really just a library that is capable of
interpreting lua code (and lots of other related stuff too obviously), but in
practice, other lua implementations do exist, which leads me to: luajit is the most popular alternative implementation of lua, but it only
implements lua 5.1, with some 5.2 extensions. and there's...