• 3 Posts
  • 483 Comments
Joined 2 years ago
cake
Cake day: August 18th, 2023

help-circle















  • Without one, the run time system, must assign some semantics to the source code, no matter how erroneous it is.

    That’s just not true; as the comment above points out, Python also has no separate compilation step and yet it did not adopt this philosophy. Interpeted languages were common before JavaScript; in fact, most LISP variants are interpreted, and LISP is older than C.

    Moreover, even JavaScript does sometimes throw errors, because sometimes code is simply not valid syntactically, or has no valid semantics even in a language as permissive as JavaScript.

    So Eich et al. absolutely could have made more things invalid, despite the risk that end-users would see the resulting error.


  • Interesting; I had assumed the executive order was intended to make the name apply to the entire gulf, but the Mexican President’s phrasing of “stick to what the United States government approved” seems to contradict that, so I looked it up, and indeed it does acknowledge international boundaries within the gulf (emphasis mine):

    …the Secretary of the Interior shall… rename as the “Gulf of America” the U.S. Continental Shelf area bounded on the northeast, north, and northwest by the States of Texas, Louisiana, Mississippi, Alabama and Florida and extending to the seaward boundary with Mexico and Cuba in the area formerly named as the Gulf of Mexico.



  • Every single time I’ve tried to work on a file using tabs, I’ve had to configure my tabstop to be the same width the original author used in order to make the formatting reasonable. I understand that in theory customizable tabstops is preferable, but I’ve yet to see it work well.

    (For what it’s worth, I think that elastic tabstops, had they been the way tabs worked in text files to begin with, would have been far preferable.)