Programming

32 thoughts
last posted May 6, 2017, 10:17 p.m.

31 later thoughts

0

I gave Rust a quick go on the weekend. It's more interesting than I thought, I like the idea of everything being an expression and the emphasis on immutable data structures was unexpected but makes sense in light of its co-routine lightweight concurrency.

There is a definite kinship with Go but Rust feels more "modern" at the moment.