Y
Hacker News
new
|
ask
|
show
|
jobs
by
norman784
9 days ago
Swift is very weak outside Apple ecosystem, compared to Rust. Not sure nowadays, but Swift used to have breaking changes each major release, that's a non go for a big project.
1 comments
ttflee
9 days ago
But Swift has a stable ABI which neither Zig nor Rust could provide.
link
norman784
8 days ago
How important is stable ABI for projects like Bun? I think it only matters if you are building a shared library.
link
satyapr93
8 days ago
only on macOS. On other platforms ABI is not stable.
link