clojure-uk

A place for people in the UK, near the UK, visiting the UK, planning to visit the UK or just vaguely interested to randomly chat about things (often vi and emacs, occasionally clojure). More general the #ldnclj
2021-02-20T00:23:06.408800Z

thanks 😃... It's really hard to tell how popular core async is, some people swear by it and others seem to avoid it like the plague. I'll dig into using promesa, I was specifically thinking of core.async because it's transducer compatible, basically my thought process was build up a stack of xforms and then apply them. Perhaps I can do the same with promises? :thinking_face:

jiriknesl 2021-02-20T05:48:42.002100Z

I think the description might not be absolutely accurate. So let’s imagine one is setting up user session data storage. It’s empty. I will use load to get data to the storage (obviously from some other storage like a file or a database). When I debug and want to get all data there, I’ll call dump.