Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am nberger on github.
* I am nberger (https://keybase.io/nberger) on keybase.
* I have a public key ASBeRgCRjkl58gDoHOR7-mRHVSh3dbVxa32dR48e0Nn4EAo
To claim this, I am signing this object:
;; Example Machfile (https://github.com/juxt/mach)
;; Install: npm install -g @juxt/mach
;; Run: mach hibye
;; I'd like it to print hallo then bye, but it prints bye then hallo.
;; This is because it does a reverse topological sort. It would be
;; nice if it does a stable reverse topological sort instead, where
;; {depends [hallo bye]} would give a hint that the user wants hallo
;; to come before bye, even though there is no explicit dependency
{