diff options
author | Daniel Velkov <norcobg@gmail.com> | 2013-06-28 15:56:52 -0700 |
---|---|---|
committer | Daniel Velkov <norcobg@gmail.com> | 2013-06-28 15:56:52 -0700 |
commit | 89d8d8a84e88cb4b0e147cd2531f2d0ced282f3f (patch) | |
tree | 1949f2d285854823d756c2019ab42e75988183c5 /clojure.html.markdown | |
parent | 0c0117a1386c5513ee46ad2edfebd64fe7d25c5b (diff) |
Added clojure dependency version
(take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out.
Diffstat (limited to 'clojure.html.markdown')
-rw-r--r-- | clojure.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clojure.html.markdown b/clojure.html.markdown index 5086d2c2..24250a87 100644 --- a/clojure.html.markdown +++ b/clojure.html.markdown @@ -12,6 +12,9 @@ state as it comes up. This combination allows it to handle concurrent processing very simply, and often automatically. +(You need a version of Clojure 1.2 or newer) + + ```clojure ; Comments start with semicolons. |