https://github.com/oakmac/core.async-demo
Demo of core.async
https://github.com/oakmac/core.async-demo
Last synced: 4 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T22:18:43.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T17:26:23.164Z (6 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