|
|
|
|
|
by Ninroot
1463 days ago
|
|
I think this is already the case for a lot of people who code in JS all day. Once in a while, they need to do something simple in a shell that requires to have a look at the syntax. I bet someone coming from JS background wouldn't have to check how to do `ls().map(whatever)` But they will definitely need it to do `for d in */ ; do whatever(); done` |
|
What I don't get is why not include piping support in it natively, instead of suggesting to go through JS-native stream processing which most are likely unfamiliar with (I am not, but I am not a full time JS dev either)?