Y
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
xfer
2989 days ago
Most languages have that, they encode it in the type system.
link
agumonkey
2989 days ago
but only one egal
link