Perlisisms

47 points18 comments3 hours ago
chriscbr

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.

show comments
LelouBil

> A programming language is low level when its programs require attention to the irrelevant.

Great definition actually

show comments
dtagames

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."

show comments
jancsika

> 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

> Once you understand how to write a program get someone else to write it.

Pretty relevant with LLMs and coding agents.

DonHopkins

>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?

sriram_malhar

This feels so quaint today. How I'd like to be back in that timeframe.