Perlisisms
51 points - today at 2:56 PM
SourceComments
rezmason today at 6:27 PM
These are fun to say out loud in the voice of the Kai Lentit's Perl programmer
LelouBil today at 5:11 PM
> A programming language is low level when its programs require attention to the irrelevant.
Great definition actually
chriscbr today at 3:33 PM
Random self plug - I liked a lot of these quotes from Alan Perlis, so around a year ago I bought the domain https://perl.is/ to display them.
ripe today at 6:22 PM
> 102. One can't proceed from the informal to the formal by formal means.
Seems to be a strike against LLM-based programming systems like Claude.
dtagames today at 3:12 PM
And in #27 we find the rationale behind all LLM coding agents, "Once you understand how a program works, get someone else to write it for you."
jancsika today at 5:02 PM
> 2. Functions delay binding; data structures induce binding. Moral: Structure data late in the programming process.
A good way to enforce this is to encrypt the data at the beginning of the process.
Then any function that returns structured data is clearly foolish and can be marked for removal.
LelouBil today at 5:14 PM
> Once you understand how to write a program get someone else to write it.
Pretty relevant with LLMs and coding agents.
sriram_malhar today at 3:30 PM
This feels so quaint today. How I'd like to be back in that timeframe.
DonHopkins today at 5:02 PM
>1. One man's constant is another man's variable.
Did you ever have one of those days when variables didn't and constants weren't?