Live data from Hacker News

The Case for Rust in the base system

mail-archive.freebsd.org

1–10 of 155 posts

Re: The Case for Rust in the base system

#3
That would be amazing :D

I run FreeBSD on my servers and use scripts to manage jails and send and receive ZFS snapshots between hosts.

I've been wanting to write some more robust tools of my own for those things, than the scripts I have now, and my favourite programming language is Rust!

Re: The Case for Rust in the base system

#6
post #5

Very naive question. What's the main selling point of Rust besides being stably sponsored by Mozilla?

In short: the type system is significantly more expressive and encourages domain modeling that tends to lead to fewer errors; "if the compiler says it's OK, it'll be OK" isn't strictly true but it's often pretty close. Rust also offers stronger guarantees around memory safety than C, as well as C++ as commonly practiced. (Which is to say, you can write very memory-safe C++, but you will work at it.)
Post reply on HN