HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by pmarreck

Comment by pmarreck 17 hours ago

1 reply

View on Hacker News

There are languages that compile to Lua. Have you investigated those? For example, you can use a TypeScript syntax and pick up free typechecking along the way: https://typescripttolua.github.io/

There's also the venerable MoonScript: https://moonscript.org/

And YueScript, a personal fave: https://yuescript.org/doc/

A whole list: https://github.com/hengestone/lua-languages

gorjusborg 16 hours ago

Don't forget Fennel, if you are a Lisp lover!

Reply View | 0 replies