Details
Assignee
UnassignedUnassignedReporter
importimportApproval
TriagedPatch
Code and TestPriority
MinorAffects versions
Details
Details
Assignee
Unassigned
UnassignedReporter
import
importApproval
Triaged
Patch
Code and Test
Priority
Affects versions
Created June 19, 2013 at 7:44 PM
Updated May 15, 2017 at 9:20 PM
(= 1 1 1) ;; => true
(= 1 1 2) ;; => false
(== 1 1 1) ;; => true
(== 1 1 2) ;; => false
(identical? 1 1 1) ;; ArityException Wrong number of args (3) passed to: core$identical-QMARK- clojure.lang.AFn.throwArity (AFn.java:437)
I think it would make far more sense to make identical? consistent with all other comparison operators
and allow it to take variadic number of arguments.