top | item 45230575

(no title)

pjaoko | 5 months ago

> Rust's rich type system and ownership model will guarantee me memory-safety and thread-safety, which eliminate many classes of bugs at compile-time.

With PHP, you don't have to worry about compile-time bugs, because there is no compile time.

discuss

order

josh-sematic|5 months ago

…and instead you get runtime bugs which is somehow better?

pjaoko|5 months ago

you also get runtime bugs with rust and everything else, so i just don't get the "somehow better" line of comparison