Added clojure dependency version

(take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out.
This commit is contained in:
Daniel Velkov 2013-06-28 15:56:52 -07:00
parent 0c0117a138
commit 89d8d8a84e

View File

@ -12,6 +12,9 @@ state as it comes up.
This combination allows it to handle concurrent processing very simply, This combination allows it to handle concurrent processing very simply,
and often automatically. and often automatically.
(You need a version of Clojure 1.2 or newer)
```clojure ```clojure
; Comments start with semicolons. ; Comments start with semicolons.