InterviewSolution
| 1. |
What Changes Will The Next Version Bring? |
|
Answer» Lua 5.3 was RELEASED recently. For a preview of what is coming in the next version, try a work version when available. If you're concerned with incompatibilities, you shouldn't, because we make every effort to avoid INTRODUCING any incompatibilities. When incompatibilities are unavoidable, PREVIOUS code is usually SUPPORTED UNMODIFIED, possibly by building Lua with a suitable compilation flag. Lua 5.3 was released recently. For a preview of what is coming in the next version, try a work version when available. If you're concerned with incompatibilities, you shouldn't, because we make every effort to avoid introducing any incompatibilities. When incompatibilities are unavoidable, previous code is usually supported unmodified, possibly by building Lua with a suitable compilation flag. |
|