Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-12 | De-namespace Alpha | Ben Sima | |
A bunch of formatting changes got in there too. Oops. I will probably eventually de-namespace everything, mostly because I'm tired of typing "Com.Whatever.Thing" all the time. A better namespacing strategy might be to use normal Haskell namespacing (Data, Control, Network, etc) for code that is not specific to biz activities (i.e. if I could open-source it at any time), and use simply "Biz" for stuff that I would never want to open-source. | |||
2020-04-11 | Loop que-website threads independently | Ben Sima | |
2020-04-08 | Return the app state as a simple dashboard | Ben Sima | |
2020-03-28 | Add onomatopoeitic operators | Ben Sima | |
It's easier to remember what operators do, and thus easier to write and read condens code, if they follow some symbolic pattern or visually represent the concept to which they map. This is in part inspired by hoon, in part by OCaml's operators. I'm not married to these operators specifically, but I think they are good so far. | |||
2020-03-17 | Add double fmap, switch "say" to Text, and autoformat | Ben Sima | |
2019-11-02 | rename everything back to caps to appease ghc | Ben Sima | |