summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-06-28 16:08:08 -0700
committerAdam Bard <github@adambard.com>2013-06-28 16:08:08 -0700
commit3301f770627de64914d902798840cf8f87f4b066 (patch)
tree1949f2d285854823d756c2019ab42e75988183c5
parent0c0117a1386c5513ee46ad2edfebd64fe7d25c5b (diff)
parent89d8d8a84e88cb4b0e147cd2531f2d0ced282f3f (diff)
Merge pull request #24 from djv/patch-1
Added clojure dependency version
-rw-r--r--clojure.html.markdown3
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.