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

I've never understood why anyone uses the number of pages of the reference document as an argument. It feels like making fun of the hard work of people put into making the reference. The bulk of the reference probably consists of minor details that can be skipped but can also be extremely helpful when you actually need them. Should we make worse references just to appease some bean counting?


> the hard work of people put into making the reference

In my 1990 edition of Steele's Common Lisp, The Language, even the index is a work of love.

[Example spoiler] After the entry for Michelangelo (turtle), who is mentioned on page 440, the page numbers for Michelangelo (artist) are 1475-1564.


> I've never understood why anyone uses the number of pages of the reference document as an argument

I guess that, assuming that all refs have roughly the same information density, it gives a rough idea of the “size” of the language.


This assumption really doesn't hold though if you look at a couple different language standards


If you count the standard library in the size it is just an arbitrary number.


Unless you're using the size of the standard as a rough measure of the complexity of creating a new implementation of the standard. If you need to provide an implementation of the standard library, then that contributes to the amount of effort required.


At least in C++ - after the initial spec, the language was literally _built_ on exploiting those minor details. A lot, if not most, of C++'s magic and its ugliness goes through those weird minor details.




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

Search: