The Case for Rust in the base system
11–20 of 155 posts
Re: The Case for Rust in the base system
#12Very naive question. What's the main selling point of Rust besides being stably sponsored by Mozilla?
Re: The Case for Rust in the base system
#13That 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
#14FreeBSD : Go :: Linux : Rust
Re: The Case for Rust in the base system
#15I am not familiar with FreeBSD's development model. What constitutes the "base system"?
The FreeBSD project tends to like to slim the base system down. E.g. some years ago they removed Perl from the base system. So out-of-the-box the only scripting language that’s available is shell. In contrast, OpenBSD has more stuff in its base system and on the subject of Perl they doubled down on it (their package manager e.g. is written in Perl). It’s also visible, when you download the base system repos for each of them and run tokei to find out the numbers of LOC. (I don’t remember the numbers off the top of my head.) That said, FreeBSD still includes a full LLVM toolchain due to the rule “base builds base”, and LLVM is... a lot. It’s the biggest source of bloat in my jails to be honest. I keep meaning to find out if I can remove it from them.
Re: The Case for Rust in the base system
#16Ironic since I’ve been thinking: FreeBSD : Go :: Linux : Rust
Re: The Case for Rust in the base system
#17Very naive question. What's the main selling point of Rust besides being stably sponsored by Mozilla?
Re: The Case for Rust in the base system
#18Very naive question. What's the main selling point of Rust besides being stably sponsored by Mozilla?
Re: The Case for Rust in the base system
#19That said, I'm a big Rust believer and think it's the right tool for the job in a lot of situations where the historical answer was C or C++. Maybe it's the right tool for FreeBSD, too.
Re: The Case for Rust in the base system
#20Very naive question. What's the main selling point of Rust besides being stably sponsored by Mozilla?