←back to thread

219 points generichuman | 1 comments | | HN request time: 0.211s | source
1. k__ ◴[] No.44003582[source]
I tried it for one project, but converted it to TypeScript-to-Lua instead.

I used Lua on the backend and my frontend was already in TypeScript, so it was nice that I could reuse the backend types without conversion in the frontend.