Re: Guile FFI: resizable vector problem

Tom Lord <lord-1tv/[email protected]> Sat, 31 Jan 2004 21:16:28 -0800 (PST)
Newsgroups gmane.lisp.scheme.pika.devel
Message-ID <[email protected]>

    > From: Matthew Dempsky <[email protected]>

    > My greatest concern with #ifdef'ed code right now is the issues it
    > might bring up for the portable binary idea (I still like this idea
    > for a few reasons, 

Yup.  Although the "portable binary idea" is still pretty vague at the
moment.

But that aside: I think ifdefs internal to code in Pika are fine (so
you can build Pika as "ascii only" for example).  What you're
suggesting sounds like reasons to not have them in the FFI used by
code outside of Pika itself.

-t