10 lines
250 B
Clojure
10 lines
250 B
Clojure
(meditations
|
|
"We shall contemplate truth by testing reality, via equality."
|
|
(= __ true)
|
|
|
|
"To understand reality, we must compare our expectations against reality."
|
|
(= __ (+ 1 1))
|
|
|
|
"You can test equality of many things"
|
|
(= (+ 3 4) __ (+ 2 __)))
|