mntmn / interim

The Interim Operating System
1.24k stars 56 forks source link

Fix Cons representation #15

Closed wasamasa closed 7 years ago

wasamasa commented 7 years ago
interim> (recv (open "/mouse"))
[open] via /mouse: /mouse
((0.0).0)

This looks wrong and would be mistaken for floats or symbols in other Lisp implementations. Even though cons notation is not supported by the reader, changing the printer to display ((0 . 0) . 0) will pave the way.