Just been trying Nushell and comparing it to Powershell, and you can clearly feel the inspiration, except that everything is a table or a list of record instead of their own special objects.
It makes the syntax quite a lot cleaner, albeit sometimes less convenient, but more coherent.
With Powershell Core being the same on Windows, Linux and Mac OS, I find it much better to write small scripts with it, and more portable too. Never have to find out that the options to sed or another utility isn’t the same on macOS vs Linux for example.
It makes the syntax quite a lot cleaner, albeit sometimes less convenient, but more coherent.
With Powershell Core being the same on Windows, Linux and Mac OS, I find it much better to write small scripts with it, and more portable too. Never have to find out that the options to sed or another utility isn’t the same on macOS vs Linux for example.