this post was submitted on 24 Sep 2023
510 points (92.9% liked)

Programmer Humor

31793 readers
27 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago

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.