[plt-scheme] Semi-literate programming with scribble

From: Greg Hendershott (greghendershott at gmail.com)
Date: Tue Apr 27 00:37:07 EDT 2010

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

On Sun, Apr 25, 2010 at 10:11 PM, Eli Barzilay <eli at barzilay.org> wrote:
> On Apr 25, Jordan Johnson wrote:
>> Hi Jakub,
>>
>> Have you encountered scribble/lp yet?
>
> That implements "real" literate programming -- something that is very
> different than what is usually known as "semi-literate".
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                    http://barzilay.org/                   Maze is Life!
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.