Remix.run Logo
drfloyd51 a day ago

So you mean the ability to run a shell from code And receive structured data back?

adamnemecek a day ago | parent [-]

Something like that yes. The endless parsing and reparsing that you need to do in the unix shells is such a pain.

steve1977 a day ago | parent [-]

It'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 a day ago | parent [-]

We are on the same page then.