From 89d8d8a84e88cb4b0e147cd2531f2d0ced282f3f Mon Sep 17 00:00:00 2001 From: Daniel Velkov Date: Fri, 28 Jun 2013 15:56:52 -0700 Subject: Added clojure dependency version (take 4 (range)) doesn't work in versions < 1.2. Added a comment pointing that out. --- clojure.html.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clojure.html.markdown') 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. -- cgit v1.2.3