Not to be mean, just a genuine question (and yes I read the Why section of the readme).
Cross-platform Rust rewrite of the GNU coreutils
11–20 of 498 posts
Re: Cross-platform Rust rewrite of the GNU coreutils
#12Rust is a great choice for systems programming it'd seem. Esp considering that a well-tested, battle-hardened code-base like SQLite faces problems [1] solely due to the nature of the language its written in. [1] https://news.ycombinator.com/item?id=11312918
Re: Cross-platform Rust rewrite of the GNU coreutils
#13Could be useful given the choice of MIT license rather than a GPL variant.
Re: Cross-platform Rust rewrite of the GNU coreutils
#14Rewriting coreutils is neat, but a project I'd really look forward would be a strict POSIX base expanded with warnings or errors on valid but risky constructs e.g. echo -n. Even more so if it included a shell (with static analysis of useless uses and dangerous patterns). That would make writing cross-shell scripts much easier.
Re: Cross-platform Rust rewrite of the GNU coreutils
#15Rewriting coreutils is neat, but a project I'd really look forward would be a strict POSIX base expanded with warnings or errors on valid but risky constructs e.g. echo -n. Even more so if it included a shell (with static analysis of useless uses and dangerous patterns). That would make writing cross-shell scripts much easier.
Why is echo -n risky?
Re: Cross-platform Rust rewrite of the GNU coreutils
#16Is there a real need for this project ? I mean, this project has been used for a long time, could it really be better ? Do you intend to replace GNU coreutils ? Not to be mean, just a genuine question (and yes I read the Why section of the readme).
Re: Cross-platform Rust rewrite of the GNU coreutils
#17Is there a real need for this project ? I mean, this project has been used for a long time, could it really be better ? Do you intend to replace GNU coreutils ? Not to be mean, just a genuine question (and yes I read the Why section of the readme).
Re: Cross-platform Rust rewrite of the GNU coreutils
#18Rewriting coreutils is neat, but a project I'd really look forward would be a strict POSIX base expanded with warnings or errors on valid but risky constructs e.g. echo -n. Even more so if it included a shell (with static analysis of useless uses and dangerous patterns). That would make writing cross-shell scripts much easier.
Re: Cross-platform Rust rewrite of the GNU coreutils
#19Also a little out of topic; Can more light be shed by fellow HNers on the debugging tools for rust, the debugging experiences from the security research point of view?
Re: Cross-platform Rust rewrite of the GNU coreutils
#20Is there a real need for this project ? I mean, this project has been used for a long time, could it really be better ? Do you intend to replace GNU coreutils ? Not to be mean, just a genuine question (and yes I read the Why section of the readme).
Why non-GNU? To completely and thoroughly dispel the notion of "GNU/Linux".