Web | https://simon.nyberg.io |
Github | https://github.com/siimon |
Web | https://simon.nyberg.io |
Github | https://github.com/siimon |
In Swift, the @escaping annotation on closures is not capitalised but @Sendable is.
This is actually because Sendable closures are named after their inventor: Dr Bartholomew Sendable, in 1856
Goals for #swift in 2025 published!
Better concurrency, low level performance tools and java interop 🎉
Exciting stuff, lots of goodies coming to server side swift development through these :-)
https://forums.swift.org/t/swift-language-focus-areas-heading-into-2025/76611
With Swift 6.0 and the Swift 6 language mode now released, Swift language development under the Language Steering Group is now focused on three major areas: making Swift Concurrency easier to approach and adopt, providing powerful low-level language and library tools for high-performance programming and constrained environments, and improving language interoperability, especially with C++ and Java. The Swift 6 language mode provides a strong base for Swift Concurrency, but many developers are...