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

Re: Couple things...

This page is part of the web mail archives of SRFI 50 from before July 7th, 2015. The new archives for SRFI 50 contain all messages, not just those from before July 7th, 2015.




On Thu, 8 Jan 2004, Jim Blandy wrote:

>Wow --- thanks for writing that up.
>
>It looks like all of these are problems stemming from the restrictions
>on when GC can happen --- is that right?  (Your original post didn't
>specify that that was specifically the issue; it just said the SRFI
>would be difficult to implement.)

To a first approximation, allowing GC at any time would make most of
the issues "annoying" rather than "nearly impossible".

Restricting the manipulation of scheme strings and numbers to handling
by scheme routines (directed or invoked from C code) would allow much
better solutions.

				Bear