mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 09:14:39 +02:00
Update clojure.html.markdown
This commit is contained in:
@@ -22,7 +22,7 @@ and often automatically.
|
|||||||
; Clojure is written in "forms", which are just
|
; Clojure is written in "forms", which are just
|
||||||
; lists of things inside parentheses, separated by whitespace.
|
; lists of things inside parentheses, separated by whitespace.
|
||||||
;
|
;
|
||||||
; The clojure reader assumes that the first thing is a
|
; The clojure reader assumes that the first thing is a
|
||||||
; function or macro to call, and the rest are arguments.
|
; function or macro to call, and the rest are arguments.
|
||||||
|
|
||||||
; The first call in a file should be ns, to set the namespace
|
; The first call in a file should be ns, to set the namespace
|
||||||
|
Reference in New Issue
Block a user