guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scmutils in guile-2.0


From: Ludovic Courtès
Subject: Re: Scmutils in guile-2.0
Date: Thu, 07 Feb 2013 23:00:52 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi Mikael,

Mikael Djurfeldt <address@hidden> skribis:

> You'll find the archive guile-scmutils-v0.8.tgz here:
>
> http://www.cs.rochester.edu/~gildea/guile-scmutils/
>
> You should be able to apply the attached patch and then be able to run
> it under guile-2.0

Nice!

> +(cond-expand (guile-2
> +           (define-syntax define-integrable
> +             (syntax-rules ()
> +               ((_ form body ...) (define form body ...)))))

You can actually use ‘define-inlinable’ here (info "(guile) Inlinable
Procedures").

Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]