5 ms·
Cool stuff! A couple of days ago I listened to Rich Hickey talk more about core.async on the most recent ThinkRelevance podcast: http://thinkrelevance.com/blog
by airlocksoftware 13y ago
Cool stuff! A couple of days ago I listened to Rich Hickey talk more about core.async on the most recent ThinkRelevance podcast:
http://thinkrelevance.com/blog/2013/07/10/rich-hickey-and-core-async-podcast-episode-035 http://thinkrelevance.com/blog/2013/07/10/rich-hickey-and-co...
I've written a few client side projects in ClojureScript, and I haven't been totally happy with the way I end up doing event handling. I'm excited to give this a try.
By the way, I love that this is the sort of thing you can do with just a _library_ in Clojure.
- dominotw 13y agoBrilliant!!. Can someone point me to an open source project which uses core.async so I can see it in action.
- airlocksoftware 13y agoIt's pretty brand new, so I don't think there are any "real" projects using it yet. But you can check out this example repo from David Nolen (the blog posts author) for some more examples. https://github.com/swannodette/async-tests https://github.com/swannodette/async-tests
- juliangamble 13y agoThis is an example of Peter Norvig's spellchecker written with core.async by Stuart Sierra (@stuartsierra): https://gist.github.com/stuartsierra/5954022 https://gist.github.com/stuartsierra/5954022 This is an example of Rock Paper Scissors by Alex Miller (@puredanger): http://tech.puredanger.com/2013/07/10/rps-core-async/ http://tech.puredanger.com/2013/07/10/rps-core-async/
- vdm 13y agoMicrosoft Rx -style operations https://groups.google.com/forum/#!topic/clojure/L4nEVho555k https://groups.google.com/forum/#!topic/clojure/L4nEVho555k