This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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 | |
{ |
OlderNewer