Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes, obviously, most of those chapters are concerned with what we type into the text file or REPL, which is often something that was not ever printed.

There are many examples of #< notation in the book, but, as far as I can see, no remarks are made about what that means, or even that the contents of #<...> are implementation-specific and may appear differently. I don't see any discussions of the concept of print-read consistency, and so on: that objects can sometimes be printed in a way that either cannot be read at all, or worse, that produces a different object, like the #: notation.

It would help the book to talk early about print-read consistency. What it is, when do we have it, when do we not have it, in what situations can we provide it for ourselves when we don't have it, etc.

Compiling Lisp isn't covered in the book; there is only a cursory mention of compile-file. The omission is a lost opportunity to discuss Lisp's "interactive approach" to compilation. In compilation there is the issue of literals: what kinds of objects are externalizable. That relates to printing because externalization is a kind of printing. Compile-file has to print the literal objects into some kind of bits in the file, which then recover a similar object.

The word "image" doesn't appear in the book; it doesn't look as if image saving is mentioned anywhere.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: