Hacker News new | ask | show | jobs
by matfil 2109 days ago
I make a point of re-reading Alan Perlis' preface from time to time:

https://mitpress.mit.edu/sites/default/files/sicp/full-text/...

Fun is important, and it seems all too easy to lose sight of that.

2 comments

If i had to retain one thing from SICP, it would be this from the preface of the first edition:

First, we want to establish the idea that a computer language is not just a way of getting a computer to perform operations but rather that it is a novel formal medium for expressing ideas about methodology. Thus, programs must be written for people to read, and only incidentally for machines to execute.