Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-30 | Rewrite Go to use unagi-chan | Ben Sima | |
The performance is reportedly better. The API is simpler. Also with STM channels, I couldn't get multiconsumer to work. I was able to get it to work with unagi. Also I could write 'mult' and 'tap' which bring me back to my Clojure days. | |||
2020-03-30 | Add 'broadcast' and 'tap' | Ben Sima | |
2020-03-28 | Refactor and remove custom operators | Ben Sima | |
As much as I like these operators, I have to remove them because they don't work as expected. Haskell doesn't allow you to have unary prefix operators. I can't find a way around this, and it's not that important anyway. | |||
2019-11-02 | rename everything back to caps to appease ghc | Ben Sima | |