←back to thread

177 points signa11 | 1 comments | | HN request time: 0.208s | source
Show context
mjevans ◴[] No.42160806[source]
This makes me further appreciate how golang's features tend to work entirely at compile time, which is also fast.

One of the other things that makes me worry about Rust is how similar it's depends look to npm projects, where there's a kitchen sink of third party (not the language's included library of code, and not the project's code) libraries pulled in for seemingly small utilities.

replies(4): >>42160836 #>>42160837 #>>42160849 #>>42160939 #
1. kstrauser ◴[] No.42160837[source]
Rust’s checks are also evaluated and enforced at compile time.