Giter VIP home page Giter VIP logo

Comments (1)

lmorg avatar lmorg commented on June 2, 2024

hi @yonas

I think the biggest difference is that Nushell takes a similar approach to PowerShell in that ls (and other common utilities) is a shell builtin. This means it has more control over its own ecosystem but it comes at the cost of familiarity if you're used to any specific flags that haven't been included in Nushell's reimplementation.

Whereas Murex doesn't intend to reimplement coreutils. ls (et al) in Murex is the systems ls. So to support the same features as Nushell, Murex has semi-intelligent heuristics to parse the output plus the option of adding type annotations to the pipe should you want to enforce any specific behaviour.

That isn't to say the Murex doesn't have its own equivalent of ls (and so on) for instances when you want portability. But in those instances they're named differently. Murex goes out of its way to avoid duplicated function names / namespacing conflicts.

This means you can use Murex today like you use your existing shell and have all the additional safety and UX improvements that Murex brings, without having to learning all the nuances of a new shell. Yet there's still a wealth of advanced features available if you do want to move past the interactive shell prompt and write your own Murex shell scripts.

Murex has also been around a while longer than Nushell. Last time I tried Nushell, Murex was more mature (to the extent that Murex is now pretty stable and even has a backwards compatibility commitment). Though Nushell does have more contributors so it might have since caught up.

from murex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.