chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Compiler inlining


From: John Cowan
Subject: Re: [Chicken-users] Compiler inlining
Date: Wed, 25 Oct 2006 14:33:04 -0400
User-agent: Mutt/1.3.28i

felix winkelmann scripsit:

> You could use "define-inline" (but be careful of recursion,
> i.e. expand into a lower-level version of "cdr", if you need
> the original one, just like you to above). Unfortunately syntax-case
> can't handle "define-inline" (treats it like "define") and you
> have to use "include" to import the inline-definitions.

Thanks.

-- 
John Cowan    http://ccil.org/~cowan  address@hidden
'Tis the Linux rebellion / Let coders take their place,
The Linux-nationale / Shall Microsoft outpace,
We can write better programs / Our CPUs won't stall,
So raise the penguin banner of / The Linux-nationale.  --Greg Baker




reply via email to

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