grout's comments

grout | 13 years ago | on: Musl libc

AVR-targeted gcc has an __int24 type. Not a power of two.

grout | 13 years ago | on: Why I Use Perl: Reliability

The readability arguments need to include such modules as Method::Signatures::Simple, which replaces the old manual method (no pun intended) with:

   method foo ($a, $b) {
      $self->blargh($a + $b);
   }

grout | 14 years ago | on: A Forth Story...

Forth's necessity of carrying the stack in short-term memory while coding and debugging has seemed to me its deepest flaw as a tool for mortals.

grout | 14 years ago | on: Books Programmers Don't Really Read But Recommend

Mythical Man Month and Silver Bullet essay ought to be mandatory. K&R as well, and Stroustrup (both C++PL and Design and Evolution of C++).

Programmers don't stand on each others' shoulders, but each others' feet.

grout | 14 years ago | on: Why I Left Perl

The only valid reasons to "leave" Perl apply equally to Python. Sorry, but it's true.

Compilers are good enough for type systems to be advantages, now.

grout | 14 years ago | on: Perl: When DWIM Doesn't

You're funny. If this really pushed you over the edge, you were born -on- the edge, and didn't give Perl a fair shake.
page 1