Simple - Small Syntax, no fluff

Clojure has a very small syntax, with very few fiddly bits in the language.

The syntax is so small you can read it all in about 15 minutes with lots of examples

(str "Hello" " " "World!")
(+ 3 4)
(map inc [1 2 3 4 5])
Parentheses ()
Calling Functions
Arguments

results matching ""

    No results matching ""