Live data from Hacker News

Dgsh – Directed graph shell

www2.dmst.aueb.gr

1–10 of 61 posts

Re: Dgsh – Directed graph shell

#3
This is very interesting, but I'm wondering how it compares to just using a dynamic language like Python or Ruby for the same tasks. Curious how the line count to express the same tasks would come out.

Re: Dgsh – Directed graph shell

#5

Hello. In English this makes me think of the phrase “dog shit”. Not sure if that’s intentional or not.

Second English speaker here who didn't make that connection at all

English is my third language and I can confirm I didn't even think about this

Re: Dgsh – Directed graph shell

#6

Earlier quoted context omitted.

Second English speaker here who didn't make that connection at all

English is my third language and I can confirm I didn't even think about this

Same english is my fourth language and it didn't even appear to me

Re: Dgsh – Directed graph shell

#7
post #3

This is very interesting, but I'm wondering how it compares to just using a dynamic language like Python or Ruby for the same tasks. Curious how the line count to express the same tasks would come out.

There is a lot of stuff for Python which follows the "express computation as a dag" approach, especially Apache Airflow

https://airflow.apache.org/

Re: Dgsh – Directed graph shell

#10
This would have been great 10-20 years ago, or even at the coining of Unix pipes. By today's standards, however, the syntax feels clunky and dated. I'd like to see contemporary shells like nushell and elvish copy these ideas, with attribution of course, in a more modern way. That is the best way I can see to honor this stagnant project: https://github.com/dspinellis/dgsh
Post reply on HN