[plt-scheme] (require... ) expanded from a macro

From: Michael Sperber (sperber at informatik.uni-tuebingen.de)
Date: Sat Oct 28 05:21:09 EDT 2006

"Dan Muresan" <danmbox at gmail.com> writes:

> However, (require ...) throws off other implementations. Of course, if
> PLT had SRFI-0 built-in, I could just say
>
> (cond-expand (plt (require "plt-fix.scm")))
>
> and live with one codebase.

No, you couldn't, at least not over time.  "plt" doesn't correspond to
any language features you could rely on, as it's a moving target.
(The C people figured this out 10 years ago.)

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla


Posted on the users mailing list.