Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhauman/async-explore

Exploring how core async interfaces with the daily grind of web dev.
https://github.com/bhauman/async-explore

Last synced: 7 days ago
JSON representation

Exploring how core async interfaces with the daily grind of web dev.

Awesome Lists containing this project

README

        

# Exploring core.async in Clojurescript

Exploring what it means ot have blocking calls in the browser.

## Build and view in browser

Build it
lein cljsbuild once

View the file ./resources/public/demo.html in your browser.

## Items of note

* Can code state without atoms.
* You can have fine grained control over the state of the application.

## License

Copyright © 2013 FIXME

Distributed under the Eclipse Public License, the same as Clojure.