Shush@reddthat.comtoProgrammer Humor@lemmy.ml•You need to send an API Request to apply for a job in this company
4·
1 year agoThis comment was worth the time I spent reading comments in this thread.
This comment was worth the time I spent reading comments in this thread.
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.