rename eq? to identical? #12

Open
opened 2026-03-20 12:23:19 +00:00 by simon · 1 comment
Owner

The name eq is historical/traditional and dates back to Lisp 1.5 if not further. But it does not really describe what the function does.

The name `eq` is historical/traditional and dates back to Lisp 1.5 if not further. But it does not really describe what the function does.
Author
Owner

Not going to do this. I think instead I will bind both identical? and eq? to the same function; users can use whichever name they prefer.

Not going to do this. I think instead I will bind both `identical?` and `eq?` to the same function; users can use whichever name they prefer.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: simon/post-scarcity#12
No description provided.