mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update clojure.html.markdown
This commit is contained in:
parent
bab235f2e9
commit
6370487b72
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user