▲ | _notreallyme_ 5 days ago | |||||||||||||
I may be wrong, but it gives me some powershell vibe. Since it seems to be targeted for macOS, I would assume it "solves" the lack of powershell equivalent on Mac ? | ||||||||||||||
▲ | SvenL 5 days ago | parent | next [-] | |||||||||||||
On Mac and Linux you can use powershell core: https://learn.microsoft.com/en-us/powershell/scripting/insta... | ||||||||||||||
| ||||||||||||||
▲ | hnlmorg 3 days ago | parent | prev [-] | |||||||||||||
Murex works on a multitude of platforms, including Linux and Windows. But also a variety of UNIXs too. It was actually first created before Powershell was available outside of Windows. But some of the design philosophies are fundamentally different to Powershell too. For example Murex is designed to work well with POSIX (bar the shell syntax itself), whereas Powershell reimplements most of the stack, including coreutils. |