[plt-scheme] Semi-literate programming with scribble
:)
On Apr 27, Greg Hendershott wrote:
> Considering how to fill out remaining permutations.
>
> Post-literate programming:
> YouTube vids of live coding.
>
> Pre-literate programming:
> (let loop () (if (near-kindling?
> (if (equal? (strike-stone-on-stone) 'fire)
> (cook-and-eat)
> (begin
> (grunt)
> (loop)))
> (if (nookie-time-suggestion-accepted?)
> (enjoy-nookie-time)
> (begin
> (wistfully-contemplate-invention-of-cookies)
> (kill (get-animal-with-tusks-and/or-fur))
> (loop))))))
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!