Devlog 1: Lunate - Path to v1.0
TLDR
Lunate is evolving. It started as a simple convenince layer for Lua, but lacks the latest features of Lua 5.3+.
Ongoing in develop is the development of an integrated Lua 5.5 runtime, allowing:
- Inclusion of Lua 5.5 features.
- Tighter integration between Lua and Go.
To start, commit 6a7615e55f42 has introduced:
- A preliminary test harness for Lua, letting us run Lua language unit tests in Lunate.
- A minimal test runner.