5 ms·
It has an LLVM backend so adding support for other architectures is not difficult. JB already ported the compiler to Nintendo Switch several years ago. https:
by imran0 4y ago
It has an LLVM backend so adding support for other architectures is not difficult.
JB already ported the compiler to Nintendo Switch several years ago.
https://old.reddit.com/r/NintendoSwitch/comments/cixsoy/jonathan_blows_jai_game_programming_language_now/ https://old.reddit.com/r/NintendoSwitch/comments/cixsoy/jona...
- mhh__ 4y agoMost of the work is in the compiler's backend but you still need to set it up to generate the right object files and C ABI etc etc.