Closed sogaiu closed 9 months ago
Yes, these eliminate the need for polymorphic comparators, because one
and n
are of the same type.
Thanks for the explanation!
I suppose dynamic coercion might also be something of a lexical gap.
(def one (coerce 1 (type n)))
The intent would be a lot more clear.
I noticed this line, this line, and these lines in
math.janet
:Are these special optimization tricks @primo-ppcg?