Swift is a more convenient Rust

From the Archive: Thoughts on Swift, while learning Rust

> By default, a Rust program is much faster than a Swift program. This is because Rust is fast by default, and lets you be slow, while Swift is easy by default and lets you be fast.

So what do you need to do to make Swift as fast as Rust?

Make it look like Rust mostly