Hacker News new | ask | show | jobs
by lispm 3902 days ago
Lisp does not have 'equals' and 'equals?'.

Lisp has 'eq', which is for object identity. Lisp has 'equal' which checks for structural equality.

1 comments

and 'equals?'