show/hide this revision's text 2 spelling correction

The shear sheer joy of being in a familiar language...

  • Where code that I wrote decades ago still compiles without any major changes.

  • A language where if I don't comment at all, I can still make sense of the intention without having to do mental translations.

  • Where case doesn't matter, so I don't spend hours overlooking a variable that was pulling in the wrong version of iX.

  • Where assignment of a variable does not return "true" (honestly, how many man years were wasted on bugs in another language when the programmer wanted to say if i==4 but coded i=4 and the loop always returned true?)

show/hide this revision's text 1 [made Community Wiki]

The shear joy of being in a familiar language...

  • Where code that I wrote decades ago still compiles without any major changes.

  • A language where if I don't comment at all, I can still make sense of the intention without having to do mental translations.

  • Where case doesn't matter, so I don't spend hours overlooking a variable that was pulling in the wrong version of iX.

  • Where assignment of a variable does not return "true" (honestly, how many man years were wasted on bugs in another language when the programmer wanted to say if i==4 but coded i=4 and the loop always returned true?)