@anonymous/TerrificWeightyBarbet
Clojure

No description

fork
loading
repl talk
Files
  • main.clj
1
2
3
4
5
6
7
(deftype Anything []
  Object
  (equals [a b] true))

(let [a (Anything.)]
  (when (and (= a 1) (= a 2) (= a 3))
    (println "Hello world!")))
Clojure 1.8.0 Java HotSpot(TM) 64-Bit Server VM 1.8.0_91-b14