|
From: | Stefan Israelsson Tampe |
Subject: | Re: problems evaluating code depending on version |
Date: | Thu, 17 May 2012 16:18:01 +0200 |
On Thu 17 May 2012 14:47, Stefan Israelsson Tampe <address@hidden> writes:(cond-expand
> I tried cond-expand, just to see if it worked and no
> the export clause does not fall through and the symbols are not exported.
>
> I can fix this as you say by using the new interface syntax-parameter interface
> but I'm curious how to be ably to conditionally export symbols depending on the
> guile-version!
(not guile-2.2
(define-syntax-rule (fluid-let-syntax . l)
(syntax-parameterize . l)))
(else #t))
At the top level, not wrapped in (guile-stuff) :)
Andy
--
http://wingolog.org/
[Prev in Thread] | Current Thread | [Next in Thread] |