3 ms·
So you mean the ability to run a shell from code And receive structured data back?
by drfloyd51 11d ago
So you mean the ability to run a shell from code
And receive structured data back?
- adamnemecek 11d agoSomething like that yes. The endless parsing and reparsing that you need to do in the unix shells is such a pain.
- steve1977 11d agoIt's both curse and blessing. Of course it gives you ultimate freedom, but like with programming languages, I personally prefer the guardrails that a type system provides.
- adamnemecek 11d agoWe are on the same page then.