|
|
|
|
|
by worik
675 days ago
|
|
> and has better ergonomics than C++ It is unfair to compare a twenty first century language with one from the 1980s Rust is the proper comparison The only advantage Swift has is an easier learning curve , but the ergonomics of Rust are far superior than Sift's |
|
I’ve written both Rust and Swift while being an expert in neither. I wouldn’t say Swift has no pluses in comparison, reference counting is often a lot easier to reckon with than lifetimes, for one. I’m actually curious what a large multithreaded Swift codebase looks like with recent concurrency improvements. Rust’s async story isn’t actually that great.