Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethagnawl/clojurescript101
https://github.com/ethagnawl/clojurescript101
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethagnawl/clojurescript101
- Owner: ethagnawl
- Created: 2014-09-13T20:00:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T20:17:37.000Z (over 10 years ago)
- Last Synced: 2024-10-14T19:07:53.438Z (3 months ago)
- Language: Clojure
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My interpretation of David Nolen's [ClojureScript 101](https://swannodette.github.io/2013/11/07/clojurescript-101/) tutorial.
The only significant difference here is the (contrived) use of `async/merge` to combine the `clicks` and `inputs` channels.