|
|
|
|
|
by UK-AL
4030 days ago
|
|
You've given no actual information to why it's inferior, other the fact it's not "exploratory". I don't know what that means. But personally I find working out command names in powershell much more sane, because of the Verb-Noun pair naming convention. |
|
A shell is a REPL. If your language makes actually writing things in that REPL hard, it is definitionally bad at Shell Stuff. I find it significantly easier to write code in C# and then transliterate it to PowerShell than to actually write PowerShell. That's a disastrously bad situation for a shell.