Collaborative critical study of one-line BASIC program written for the Commodore 64


Nick sez,

Remember those BASIC programs you typed into your C64?

Now there's a book written about one.

And the program is only 1 line.
And 10 people wrote this book. As one.

And they're not lunatics but teach at MIT and USC and other fancy places.

And they even wrote programs to study it.

10 PRINT CHR$(205.5+RND(1)); : GOTO 10 is a book of Critical Code Studies that looks at the code and culture of a 1-line program that ran on the Commodore 64. This book uses that 1-liner to explore BASIC programming culture in the 1980s and to reflect on its role in inspiring programmers to take the next step.

By Nick Montfort, Patsy Baudoin, John Bell, Ian Bogost, Jeremy Douglass, Mark C. Marino, Michael Mateas, Casey Reas, Mark Sample and Noah Vawter

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

(Thanks, Nick!)