Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narkisr/clojure-concurrency
Clojure concurrency guest talk in Haifa University
https://github.com/narkisr/clojure-concurrency
Last synced: 12 days ago
JSON representation
Clojure concurrency guest talk in Haifa University
- Host: GitHub
- URL: https://github.com/narkisr/clojure-concurrency
- Owner: narkisr
- Created: 2011-11-28T00:31:49.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-28T15:47:48.000Z (over 12 years ago)
- Last Synced: 2024-04-14T16:10:43.841Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An intro presentation about concurrency in Clojure, the static slide show can be followed [here](http://narkisr.github.com/clojure-concurrency/#1),
In order to follow along and run the code examples:
```bash
$ git clone git://github.com/narkisr/showoff.git
$ cd showoff
$ gem install bundle
$ bundle install
$ rake install:gem
$ gem install cake$ git clone git://github.com/narkisr/clojure-concurrency.git
$ cd clojure-concurrency
$ ./start-presentation.sh
```# License
clojure-concurrency by Ronen Narkis is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at github.com.