Remix.run Logo
hnlmorg 5 days ago

There’s loads of good shells and text editors written in other languages.

I’m the author of a shell written in Go and it’s more capable than Zsh.

kragen 5 days ago | parent [-]

Interesting, what's it called? How does it compare to Andy Chu's Oil?

hnlmorg 4 days ago | parent [-]

It’s called Murex: https://github.com/lmorg/murex

It’s a typed shell. So you can do jq-like data manipulation against a plethora of different documents. Unlike Zsh et al that are still ostensibly limited to just whitespace-delimited lists.

kragen 4 days ago | parent [-]

Interesting! Thanks for the link!