At 1:58 PM +0000 9/5/02, "Jürgen" "Bömmels" (via RT) wrote:
>The recent discussion of languages independence rememberd me of an
>very old patch of mine which implements scheme pairs. (January 2002).
>The languages/scheme directory did not change very much since then,
>but the key system totally changed since then.
>
>But neverless, I got it running. The dedicate SchemePair PMC is not
>necessary any more, I just used an Array of size 2.
>
>scheme now can create pairs with (cons) and lists with (list), print
>them using (write) and access its elements using
>(car), (cdr), (set-car!) and (set-cdr!). See lists.t for examples.

Cool, applied. How far from "real" scheme are we?
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to