Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scheme 1.87 KB | None | 0 0
  1. Posted to comp.lang.scheme on January 17, 1996, for Scheme's twentieth
  2. birthday:
  3.  
  4.                            ((I m a g i n e)
  5.                          (shriram@cs.rice.edu)
  6.                    (((Imagine there's no FORTRAN)
  7.                        (It's easy if you try)
  8.                (No SML below us) (Above us only Y)
  9.               (Imagine all              the people)
  10.              (Living for                their Chez))
  11.           ((Imagine there's          no memory leaks)
  12.                                  (It isn't hard to do)
  13.                                   (Nothing to malloc(3)
  14.                                         or free(3) for)
  15.                                    (And no (void *) too)
  16.                                  (Imagine all the people)
  17.                                   (Living in parentheses))
  18.                                ((You may say I'm a Schemer)
  19.                                  (But I'm not the only one)
  20.                              (I hope someday you'll join us)
  21.                                    (And the world will be as
  22.                             (lambda (f) (lambda (x) (f x)))))
  23.                               ((Imagine those   continuations)
  24.                              (I wonder              if you can)
  25.                        (No need for              C or pointers)
  26.                    (A brotherhood                        of Dan)
  27.                     (Imagine all                      the people)
  28.                     (GCing all                          the world))
  29.                ((You may say                          I'm a Schemer)
  30.               (But I'm not                              the only one)
  31.          (I hope someday                                you'll join us)
  32.         (And the world                                        will be as
  33.     (lambda (f)                                     (lambda (x) (f x)))))))
  34.  
  35. 'shriram
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement