aleph

logistark 2018-03-12T13:02:08.000247Z

@lxsameer there are protocols for that, called Sourceable and Sinkable. And also various macros to help with that

logistark 2018-03-12T13:02:42.000231Z

Still, a guide of how to implement it would be helpful

lxsameer 2018-03-12T13:04:16.000370Z

cool, I'll write it if I end up doing it

logistark 2018-03-12T15:47:51.000665Z

Anyway, i have a concern about stream, and is the exception handling

logistark 2018-03-12T15:48:06.000534Z

With deferred, you can add (d/catch)

mccraigmccraig 2018-03-12T16:07:51.000085Z

there isn't any exception handling on streams @jimenezsaezjoseantoni - see https://github.com/ztellman/manifold/issues/95

mccraigmccraig 2018-03-12T16:09:22.000761Z

in places where i really need it i implement it ad-hoc by e.g. catching exceptions in mapped fns and turning them in to values on the stream i can pattern match on

logistark 2018-03-12T16:14:12.000730Z

yep, i was thinking in that

logistark 2018-03-12T16:14:30.000726Z

in transforming the message down the stream

logistark 2018-03-12T16:14:42.000123Z

into {:message :error {} }