GitHub – nushell/nushell: A new type of shell
21–30 of 411 posts
Re: GitHub – nushell/nushell: A new type of shell
#22"powershell for unix", "structured pipes", "pre-parsed text", "small, useful, typed tools loosely coupled."
Re: GitHub – nushell/nushell: A new type of shell
#23Kudos 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
#24Basically a "cols" command on steroids - making that have some kind of context aware column names (I'm not sure how) and then support expressions would make it work in any shell.
Re: GitHub – nushell/nushell: A new type of shell
#25Re: GitHub – nushell/nushell: A new type of shell
#26Kudos 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.
Achieving mastery in C++ requires a lot of work. C++ projects require a coding standard. The decision space you have when working in C++ is much larger than when working with Rust due to the proliferation of language idioms.
Rust in the other hand, as a newer language, can benefit from the experiences working with languages such as C++, and provide a better experience right from the beginning. In fact, Rust was created by Mozilla as a response to the shortcomings they perceived in C++.
Re: GitHub – nushell/nushell: A new type of shell
#27Re: GitHub – nushell/nushell: A new type of shell
#28This feels extremely like PowerShell, from all the examples, and even cites "draws inspiration from projects like PowerShell", so "a new type of shell" feels very disingenuous unless it has additional novel properties that aren't evident just from these. There'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 tr…
"Nu supports variables and environment variables"
Re: GitHub – nushell/nushell: A new type of shell
#29This feels extremely like PowerShell, from all the examples, and even cites "draws inspiration from projects like PowerShell", so "a new type of shell" feels very disingenuous unless it has additional novel properties that aren't evident just from these. There'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 tr…
Re: GitHub – nushell/nushell: A new type of shell
#30Need some description up front, not in the 5th section ("Philosophy" https://github.com/nushell/nushell#philosophy ). Some ideas: "powershell for unix", "structured pipes", "pre-parsed text", "small, useful, typed tools loosely coupled."