[plt-scheme] web-server and templates
On Aug 16, 2004, at 5:26 PM, Jordan Johnson wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>
> On Sunday, August 15, 2004, at 08:13 PM, Matthias Felleisen wrote:
>>> Funny, I'd considered doing that (albeit without the same neat
>>> interface), but was rather put off at the time by the thought of
>>> saving an extra 30-odd closures that duplicate data I've already got
>>> elsewhere.
>> Where's the expense? Building some closures? A closure is one
>> instruction: allocate a structure or object -- Matthias
>
> I was thinking in terms of space--though I've now taken the time to do
> a little basic math and satisfy myself that the space needs would be
> negligible, too.
Yeap, a closure is two cons cells or something like that. -- Matthias