Replies: 1 comment 11 replies
|
I don't quite get your point, can you elaborate with an example? [ab cde fghij] | each { str length }
[ab cde fghi] | any { str contains hi }
[a "" b cd] | where { is-not-empty } |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've been learning Nushell as of late, and I really quite like it!
One thing that stuck out to me like a sore thumb, however, is the strict separation of commands and closures that exist in the language.
doto be runIt would be nice if these two concepts were more interoperable.
Is there a reason or limitation as to why this is implemented this way?
Edit: Another comment I made clarifying my point, and a concrete syntax proposal
All reactions