|
|
|
|
|
by kazinator
1368 days ago
|
|
This is called print-read consistency in the Lisp world: an object is printed in such a way that the syntax can be read to produce a similar object, or else is given a deliberately unreadable notation like #<...>, where the #< combination is required to produce a read error. https://stackoverflow.com/questions/70797208/what-is-print-r... |
|
I've had this notion in my head, of making variables capable of echoing out their own definition when printed for easier time writing tests/debugging
Didn't know it had a name