TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Perlisisms - "Epigrams in Programming" by Alan J. Perlis

6 pointsby limistover 14 years ago

2 comments

krogerover 14 years ago
The quote "Syntactic sugar causes cancer of the semicolon." used to be my favorite quote of all time, but it was replaced by "Fools ignore complexity. Pragmatists suffer it. Some can avoid it. Geniuses remove it."<p>There are a lot of good ones:<p>* "It is easier to write an incorrect program than understand a correct one."<p>* "A programming language is low level when its programs require attention to the irrelevant."<p>* "Everything should be built top-down, except the first time."<p>* "A language that doesn't affect the way you think about programming, is not worth knowing."<p>* "There are two ways to write error-free programs; only the third one works."
tokenadultover 14 years ago
Earlier HN thread:<p><a href="http://news.ycombinator.com/item?id=482630" rel="nofollow">http://news.ycombinator.com/item?id=482630</a>