Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Creative Commons License
clojure-concurrency by Ronen Narkis is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at github.com.