Hacker News new | ask | show | jobs
by synergy20 430 days ago
is Teal widely used? https://github.com/teal-language/tl

Teal to lua is what typescript to javascript

3 comments

No. But I've used it for Pico-8 development. I had to write a tool that turned it into mygame.tl into a mygame.p8 cart on save though.
I tried to use Teal before and had some issues even getting it to compile ... but the Lua language server actually has pretty good type checking.

Another option is https://typescripttolua.github.io/

No, but Luau (which is more of a fork) from the Roblox studio is seeing growing adoption. Notably, it was used for Alan Wake 2.