Mikael Djurfeldt <mik...@djurfeldt.com> skribis:

> On Thu, Feb 7, 2013 at 11:00 PM, Ludovic Courtès <l...@gnu.org> wrote:
>>> +(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").
>
> Sorry, I'm lost.
>
> Doesn't define-inlinable define a procedure?

It does, but it’s equivalent to what some implementations call
‘define-integrable’.

Ludo’.

Reply via email to