this post was submitted on 24 Sep 2023
515 points (92.8% liked)
Programmer Humor
32373 readers
577 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Have you heard of Typescript-to-lua? I used to do Dota modding (which is in lua) with TSTL and it works great!
You write TS code (using Typescript syntax that includes types) and it is compiled into lua.
Wonder if that could be an alternative that can work for you.
That sounds pretty neat thank you. At some point lua had an official typed extension that is no longer maintained unfortunately. Hopefully there's a stable fork one day.
Oh yeah, I heard it was poorly recieved. The syntax wasn't great and generally the support sucked. AFAIK there is no progress on types for lua.