[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Is Lua 5.2's implementation/specification of weak tables compatible with Lua 5.1's specification?
- From: "Soni L." <fakedme@...>
- Date: Sat, 26 Sep 2015 22:15:46 -0300
From reading the specs for Lua 5.2:
http://www.lua.org/manual/5.2/manual.html#2.5.2 and Lua 5.1:
http://www.lua.org/manual/5.1/manual.html#2.10.2 it seems that Lua 5.2's
implementation is compliant with Lua 5.1's specification. That is, Lua
5.2 simply defines what in Lua 5.1 is undefined.
Can/should a Lua 5.1 interpreter use Lua 5.2's weak table behaviour?
--
Disclaimer: these emails may be made public at any given time, with or without reason. If you don't agree with this, DO NOT REPLY.