hypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoI like Python deflemmy.worldimagemessage-square61fedilinkarrow-up1543arrow-down142
arrow-up1501arrow-down1imageI like Python deflemmy.worldhypertown@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square61fedilink
minus-squareShush@reddthat.comlinkfedilinkarrow-up1·1 year agoHave 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.
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.