Map equality #10

Open
opened 2026-02-27 02:41:05 +00:00 by simon · 0 comments
Owner

Two maps which have exactly the same keys, and exactly the same values for each of those keys, should be equal. Currently, we have

(= {:foo 1 :bar 2} {:bar 2 :foo 1})

nil
Two maps which have exactly the same keys, and exactly the same values for each of those keys, should be equal. Currently, we have ```lisp (= {:foo 1 :bar 2} {:bar 2 :foo 1}) nil ```
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#10
No description provided.