Swift 6 is amazing - I say this as a big Rust person. It seems like Swift is now its own entity outside the Apple bubble and has a few very interesting features: - An "embedded" mode that turns off reflection for kilobyte-sized binaries - An upcoming WASM target - An LSP for VSCode - Native C++ interop - Typed "throws" - Static linking on linux and the linux sdk - Porting a number of "core foundation" / foundation pr…
You almost caught up to Dart. - Built for embedded devices and already has RISC-V support - Already has WASM was a compilation target - Not just an LSP but amazing VSCode tooling - Native C, C++, Java, Rust and JavaScript interop and a .NET bridge is in the works it seems. - Typed "throws" - Static linking (in development) - Data-race free by default Unique features to Swift: - Distributed actors for concurrency that…
dart doesn't do C++ interop