Re: core.async top use cases

2016-09-18 Thread Mond Ray
Pushing asynchrony further into the stack is useful for reliability and fault tolerance. We can also use it as a basis for Complex Event Processing using time series windows. I wrote up a few examples in my blog

Re: Abridged summary of clojure@googlegroups.com - 10 updates in 6 topics

2016-09-18 Thread many
documenat se z@3 QAzUqa, a qd https://docs.google.com/documenat/qd/1e5sFTSpVIt-x9WCWF6auM3O4dWv0i0asdgUgSl9H9Qa6S8/edit?uspdrivesSdktzjt EUÍdrivesdkqda olp and _ On Tue, Sep 6, 2016, 7:31 PM wrote: > clojure@googlegroups.com >

Re: Clojure support for Visual Studio Code

2016-09-18 Thread Andrey Lisin
I've just published the new release that addresses the issues Michael pointed out. I've also added the new 'Eval and show the result' command which evaluates a file and prints the result into a VSCode output channel. Feel free to try it out. You can download the new release here: https://githu

Re: core.async top use cases

2016-09-18 Thread Rangel Spasov
http://aleph.io/aleph/literate.html "Alternately, we can use a core.async goroutine to create our response, and convert the channel it returns using manifold.deferred/->source, and then take the first message from it. This is entirely equivalent to the p