Hacker News new | ask | show | jobs
by dominotw 4725 days ago
Brilliant!!. Can someone point me to an open source project which uses core.async so I can see it in action.
3 comments

This is an example of Peter Norvig's spellchecker written with core.async by Stuart Sierra (@stuartsierra): 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/

It'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