Open asmagill opened 4 years ago
If you implement it, add a flag to enable or disable the modifications in the preferences. This should be marked as 'experimental language extensions' or something. I don't know if this is good or not.
Are there any drawbacks for the users?
These are my current 2 cents even if i have not a big voice here, since i'm fairly new here, but i'm following the project.
It has always been an (admittedly minor) annoyance of mine that Lua doesn't support compound assignment operators (e.g.
var += 1
).At http://lua-users.org/wiki/LuaPowerPatches, I came across the following (about a page down, in the Lua 5.4 patch section):
I'd like to open adding this particular patch up for discussion.
Pros:
Cons:
++
or--
Thoughts?