Tag Archives: Language

GOTO Considered Harmful … in English

A small pet peeve: the use of goto in written English instead of go to. Is this the legacy of BASIC?

Posted in Programming | Tagged | Leave a comment

Zeroth Post!

A Usenet posting sent me to a short article by Edsger W. Dijkstra titled Why numbering should start at zero. Now, I have never used a programming language that wasn’t zero-indexed (like Fortran), but neither have I adopted the habit … Continue reading

Posted in Programming | Tagged , | Leave a comment

Programming by Linguists II

Given the task of designing a programming language, which must be exactly defined for engineering purposes, what would a linguist — as opposed to a mathemetician — do? Continue reading

Posted in Programming | Tagged , | Leave a comment

Programming by Linguists I

What would a programming language designed by a linguist look like? [Read more...] Continue reading

Posted in Programming | Tagged | 1 Comment