Tag rust

4 bookmarks have this tag.

2023-11-20

Reposted 887.

Gripes With Go

peppe.rs/posts/gripes_with_go

2023-07-09

440.

State Machines: Introduction

blog.yoshuawuyts.com/state-machines

It's fun and easy to express state machines in Rust, as this article clearly shows. Wouldn't be that much fun in Go, innit?

Using type system for ensuring correctness of the state machines is a good idea. I should do that...

This article has two sequels.

2023-06-14

343.

Rust Module System Encourages Poor Practices (Comparing to Go) [Dmitry Frank]

dmitryfrank.com/articles/rust_module_system_encourages_bad_practices

Go Go!

2023-06-11

321.

The Rust I Wanted Had No Future

graydon2.dreamwidth.org/307291.html

The person who led the development of Rust the programming language points out some differences in his vision of Rust and the one we ended up with. If they were to stay, Rust would have been a boring language! It is good for a language to be boring, actually.