ClojureScript 101

1 · David Nolen · Nov. 7, 2013, midnight
While none of the ideas in core.async are new, understanding how to solve problems with CSP is simply not as well documented as using plain callbacks or Promises. My previous posts have mostly explored fairly sophisticated uses of core.async, this post instead takes the form of a very basic tutorial on using core.async with ClojureScript. We're going to demonstrate all the steps required to build a simple search interface and we'll see how core.async provides some unique solutions to problems co...