Hacker News new | past | comments | ask | show | jobs | submit login

It depends on the language. TypeScript is basically JavaScript with added bits. Unity compiles to JavaScript, but it does so through a crazy chain of C# -> CIL (via Mono) -> C++ (via il2cpp) -> JavaScript (via Emscripten). And then remember that your browser then converts that JavaScript to assembly. Holy convoluted toolchain, batman.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: