|
I am in full agreement with both of these statements. While I am disappointed that many libraries and tools never made the transition away from 5.1 and then others from 5.2 the value in Lua for me is that it is embeddable without any of the bloat required to support backwards compatibility. I think actually the best solution for backwards compatibility for Lua wrt libraries would be for someone to develop something like the Babel transpiler for Lua to convert code between versions. Then library code could always be updated to the latest version and transpiled back to the older versions. Maybe using the ltokenp utility. Regards, Duane. |