Kudos for writing something in rust and not appending "written in rust!" everywhere.
GitHub – nushell/nushell: A new type of shell
11–20 of 411 posts
Re: GitHub – nushell/nushell: A new type of shell
#12Kudos for writing something in rust and not appending "written in rust!" everywhere.
Why is everything written in rust nowadays? Apart from the safety it provides.
Re: GitHub – nushell/nushell: A new type of shell
#13Context: https://twitter.com/cmuratori/status/1401761848022560771
Re: GitHub – nushell/nushell: A new type of shell
#14There's also no support for variables yet if the page is to be believed, which means there's 0 chance of me using this for more than 5 minutes right now.
(I'm not trying to say this project isn't worthwhile, just that many other people in the thread currently seem to be entirely uncritical.)
Re: GitHub – nushell/nushell: A new type of shell
#15Re: GitHub – nushell/nushell: A new type of shell
#16Re: GitHub – nushell/nushell: A new type of shell
#17Re: GitHub – nushell/nushell: A new type of shell
#18Earlier quoted context omitted.
Why is everything written in rust nowadays? Apart from the safety it provides.
Good package manager, broad ecosystem of packages, no header files, helpful compiler messages. It offers a good alternative to C++ for native applications.
Re: GitHub – nushell/nushell: A new type of shell
#19I recently switched to zsh with the addition of oh-my-zsh and I am happy how it has features like auto completion and command validation of some sort, but this could take it to the next level.
I am just afraid to change to it and be disappointed about some incompatibility issues or bugs / crashes.
I will observe and wait until it's quite popular to hop on I think.
Re: GitHub – nushell/nushell: A new type of shell
#20Kudos for writing something in rust and not appending "written in rust!" everywhere.
Why is everything written in rust nowadays? Apart from the safety it provides.
Putting this together makes for a nice environment to distribute native system tools. And in the last few years we've seen a wave of these tools becoming popular (ripgrep, bat, fzf, broot, exa and some others).