Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
- Random Shack Data Processing Dictionary
"The primary purpose of the DATA statement is to give names to constants; instead ofreferring to pi as 3.141592653589793 at every appearance, the variable PI can be giventhat value with a DATA statement and used instead of the longer form of the constant.This also simplifies modifying the program, should the value of pi change."- FORTRAN manual for Xerox computers
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg."- Bjarne Stroustrup
"Programming graphics in X is like finding sqrt(pi) using Roman numerals."- Henry Spencer
"Never put off until run time what you can do at compile time."- David Gries, in "Compiler Construction for Digital Computers", circa 1969.
BASIC programmers never die, they GOSUB and don't RETURN.
Real programmers are surprised when the odometers in their cars don't turn from 99,999 to 99,99A.
C is almost a real language. Even the name sounds like it's gone through an optimizing compiler. Get rid of all of those stupid brackets and we'll talk.
Any sufficiently advanced bug is indistinguishable from a feature.
We don't really understand it, so we'll give it to the programmers.
Computer interfaces and user interfaces are as different as night and 1.
The human mind ordinarily operates at only ten 10% of its capacity, the rest is overhead for the operating system.
A computer scientist is someone who fixes things that aren't broken.
The computer is mightier than the pen, the sword, and usually the programmer.
Programming is an art form that fights back.
After a number of decimal places, who cares?
"Virtual" means never knowing where your next byte is coming from.
If at first you don't succeed, you must be a programmer.
"It's 5:50 a.m., Do you know where your stack pointer is?"
If God had intended humans to program, we would be born with serial I/O ports.
There are two ways to write error-free programs; only the third one works.
You never finish a program, you just stop working on it.
Deliver yesterday, code today, think tomorrow.
PL/1, "the fatal disease", belongs more to the problem set than to the solution set.
Yea, though I walk through the valley of the shadow of APL, I shall fear no evil, for I can string six primitive monadic and dyadic operators together.
...
Another Glitch in the Call
(Sung to the tune of a Pink Floyd song)
We don't need no indirection
We don't need no flow control
No data typing or declarations
Did you leave the lists alone?
Hey! Hacker! Leave those lists alone!
Chorus:
All in all, it was, just a pure-LISP function call.
All in all, it was, just a pure-LISP function call.
...
Power Users never read their software manuals; instead they get petty cash from their secretaries and use it to buy books whichcontain the phrase "Power User" on the cover. They then keep thereceipt, to claim against tax.
Software manufacturers write their manuals badly, and in computerese, in order to con Power Users into buying the manual ("XYZ for the Power User!") a second time. This extra revenue compensates the manufacturers somewhat for all the people who pirate their software and then buy Power User Guides to replace the manuals they never had...
Power Users never read their "Power User's Guide to ..." books, for the same reason they didn't read the software manuals in the first place. They do however skim the first two chapters, in which they make copious annotations (e.g. underlining phrases like "to get a directory listing, type 'DIR C: '. Note do not type the word '', or the quotes.")