Chapter 4 - Logic Flashcards
1
Q
What is falsy and truthy in Clojure?
A
false and nil are falsy;
everything else is truthy.
2
Q
Conditionals
A
if, do, when, cond, case
What is falsy and truthy in Clojure?
false and nil are falsy;
everything else is truthy.
Conditionals
if, do, when, cond, case