mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-30 19:40:36 +02:00
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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user