pull down to refresh

The article argues for async/await. That aspect of Rust takes it far from Assembly language.

Rust implements async/await as a finite state machine, something which was/is very common in assembly programming, because it is arguably the simplest means to handle this sort of task. Rust is doing a very poor job of departing from assembly.

Why so salty about assembly programming?

reply