Hacker News new | ask | show | jobs
by waynecochran 2989 days ago
Lisp has many flavors of "equal":

    =
    eq
    eql
    equal
    equalp
    string=
    ...
Because equivalence mean many things in both the mathematical and programming world.
2 comments

Most languages have that, they encode it in the type system.
but only one egal