evo-lua / evo-runtime

All-in one Lua runtime based on LuaJIT and libuv
https://evo-lua.github.io
Mozilla Public License 2.0
10 stars 1 forks source link

Consider adding support for optional typing (and potential integrations with the Teal language) #520

Open Duckwhale opened 5 months ago

Duckwhale commented 5 months ago

Although I've personally never used the language, some people seem to prefer static typing. Teal enables that for Lua.

It seems that the tl compiler could easily be integrated, although I'm not sure how widely used it is. Needs more research.

Link: https://github.com/teal-language/tl