portland-or

Clojure in PDX yo!
2017-02-02T01:45:08.000022Z

Howdy.

bill 2017-02-02T16:34:01.000023Z

I love this alternative to Stuart Sierra Component because whereas Component forces your code into OO-ish (you gotta pass Component arg to each fn), this lets you keep your code functional: https://github.com/tolitius/mount Anybody used Mount?

2017-02-02T16:50:46.000027Z

Interesting.

joshmiller 2017-02-02T17:23:21.000028Z

To me, Component is more functional than Mount, because Mount leaves a lot of implicit state around inside your function whereas it’s all explicitly passed in with Component.

➕ 1