Hacker News new | ask | show | jobs
by pjmlp 3715 days ago
For me PowerShell feels a bit more closer to that model, but it is still text based, no inline graphics or data structures output, and the syntax could surely be improved.
1 comments

PowerShell actually does have data structures, and that's my favorite part of it. Pipe a directory listing as an object instead of text so you can access properties directly instead of parsing text!
No,I mean displaying them inline in the REPL and allowing you to interact with them.
Well, that's an issue with the REPL, not the design of PowerShell. No reason you couldn't make one that does this.
Sure, I do like it much more than any UNIX alternative and it is the only widespread shell that is closer to the experiences I was referring to.

But that REPL could be improved, that is what I mean.