@Migueldeicaza I write a lot of swift at work (well, a mix of swift, ObjC and C++) and can agree wholeheartedly, swift is lovely for app development.
My personal work is mostly Rust, and it just doesn't map well to the kind of state mutation that GUI apps need. Gtk-rs is the best I've encountered, but it does so by committing horrible rust-crimes via via macro chicanery to sidestep single-mutability rules. It's the best I've seen for Rust GUI, and it's just terrible.
@ShamylZakariya we are on the same page! I love rust, but for apps, it doesn’t match the joy I get out of swift.
Nice to find another fellow Swifter!