5 ms·
Of all languages to implement the XS toolchain in... why did you choose C? Afaic this is DOA, there is no excuse in implementing the core toolchain of a new la
by nexthash 4mo ago
Of all languages to implement the XS toolchain in... why did you choose C?
Afaic this is DOA, there is no excuse in implementing the core toolchain of a new language in a memory-unsafe manner in 2026.
- ShinTakuya 4mo agoPlenty of valid reasons to pick C, memory safety isn't a reason to trade off all other possible benefits. One big reason is portability, you can't compile Rust for example for certain targets.