You know, I'm watching this in 2016, and I'm watching it again... and I've watched it 3 times already. Because this is honestly one of the most amazing videos I've seen touching a subject that I would have previously found out of my reach. Right now Timothy, half of what you say in this video gives me shivers of nerdy joy and the other half makes my eyes open wide to the possibilities. And all you've shown in a *single* part of clojure. I've just begun really getting to clojure and I must say: damn this is going to be an awesome year for me. Part of it thanks to this very inspiring (and entertaining!) presentation. 👍👍👍
Amazing talk, finally feel like I'm starting to get my head around core.async. Regarding the second to last question: I guess a nice way of doing it would be to exchange 'doall' with 'merge', giving you a single channel that you can read off of ten times?
You know, I'm watching this in 2016, and I'm watching it again... and I've watched it 3 times already. Because this is honestly one of the most amazing videos I've seen touching a subject that I would have previously found out of my reach. Right now Timothy, half of what you say in this video gives me shivers of nerdy joy and the other half makes my eyes open wide to the possibilities. And all you've shown in a *single* part of clojure.
I've just begun really getting to clojure and I must say: damn this is going to be an awesome year for me. Part of it thanks to this very inspiring (and entertaining!) presentation. 👍👍👍
Code shown in the video is here: github.com/halgari/clojure-conj-2013-core.async-examples/blob/master/src/clojure_conj_talk/core.clj
Great talk
I'm glad I watched this video. Brave Clojure didn't even mention about `mult` and `pub sub`.
Amazing talk, finally feel like I'm starting to get my head around core.async. Regarding the second to last question: I guess a nice way of doing it would be to exchange 'doall' with 'merge', giving you a single channel that you can read off of ten times?
Anyone know if the code has been uploaded to Github yet? I'd like to play with some of these examples.
Code is available here: github.com/halgari/clojure-conj-2013-core.async-examples
Timothy Baldridge thanks!
Timothy Baldridge Thanks, great presentation, and the code samples are great to work through - nicely illustrates each concept