Swift concurrency
Swift concurrency
Posted Oct 1, 2024 21:07 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)In reply to: Swift concurrency by walex
Parent article: Swift 6 released
> Actually it is not too late to start using Ada, which is a lot more familiar to average programmers than Rust.
Ada doesn't provide any safety worth talking about outside of specific areas. They only recently started working on truly complicated issues of dynamic memory management, by copying Rust's approach with a borrow checker.