Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakmac/core.async-demo
Demo of core.async
https://github.com/oakmac/core.async-demo
Last synced: about 1 month ago
JSON representation
Demo of core.async
- Host: GitHub
- URL: https://github.com/oakmac/core.async-demo
- Owner: oakmac
- License: isc
- Created: 2015-07-30T16:46:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T22:18:43.000Z (over 9 years ago)
- Last Synced: 2024-10-15T11:32:05.000Z (3 months ago)
- Language: Clojure
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# core.async demo
[Matt Keas] posted a neat [demo] of a [CSP]-style example using new JavaScript
language features available in ES6.I talked a [big game] on Twitter about how I thought something similar could be
accomplished using CLJS in less lines of code with an easy-to-understand
implementation.This quick project is to see whether my big talk was justified or not ;)
## Development
Install [Leiningen] and [Node.js].
```sh
# build the ClojureScript file
lein cljsbuild once# run the compiled file
node app.js```
## License
[ISC License]
[Matt Keas]:https://twitter.com/matthiasak
[demo]:https://goo.gl/NPaSi4
[CSP]:https://en.wikipedia.org/wiki/Communicating_sequential_processes
[big game]:https://twitter.com/matthiasak/status/623895714058272773
[Leiningen]:http://leiningen.org/
[Node.js]:https://nodejs.org/
[ISC License]:LICENSE.md