Hacker News new | ask | show | jobs
by nexthash 27 days 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.

1 comments

Plenty 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.