Functions in Clojure: Day 4
Let me tell you briefly about special forms and macro calls which are known as expressions just like function calls.
Special forms unlike function calls do not evaluate all of their operands. Best example of special form is if
statement.