[plt-scheme] Questions on PLT status and project structure
On Wed, Oct 14, 2009 at 6:19 AM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>
> On Wed, Oct 14, 2009 at 4:31 AM, Scott McLoughlin <scott at adrenaline.com> wrote:
>> Kind folks - a few questions on PLT Scheme:
>>
>> First questions regard performance. First, is there an inlining directive
>> (or delcaration or proclamation, etc.)
>
> Not really, but using modules allows inlining of core MzScheme primitives.
>
Of course, the compiler sometimes in-lines non-primitives too.