logoalt Hacker News

mohsen1yesterday at 8:50 PM1 replyview on HN

From the languages that I know, Rust is the only language that I can look at a multi-threaded code and understand it. This stuff being checked by the compiler is a huge advantage


Replies

TheMrZZyesterday at 9:27 PM

I only used Rust for fun maths projects crunching billions of numbers (else python is easier for me), but I have to say rayon is the most amazing multi-processing experience I've ever had!