carry

martinklepsch 2016-07-02T05:51:17.000293Z

Subman was a reference on "subscription" manager before I decided to use a different term altogether

martinklepsch 2016-07-02T05:54:24.000294Z

The benefit of build over using plain derived-atom calls isn't too big, it mostly simplifies the dependency resolution, e.g. you don't have to build all atoms in a let first so you can reference them to build other atoms

kauko 2016-07-02T07:24:03.000295Z

hmm, so did you come up with this because of Rum, or because of Carry? I'm sorry, I'm probably being dumb, but I still don't see in what situations I should use this

kauko 2016-07-02T07:24:13.000296Z

what's the advantage of just using rum's derived-atoms?