guile-user
[Top][All Lists]
Advanced

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

Re: shared-substrings missing in 1.7


From: Tom Lord
Subject: Re: shared-substrings missing in 1.7
Date: Fri, 16 Jan 2004 12:29:09 -0800 (PST)

    > From: Marco Parrone <address@hidden>

    > Why don't you copy the make-shared-substring code into a new Guile
    > module?  So you can use it whithout needing to patch Guile (and so
    > whithout needing to syncronize your modifications with the main tree).

    > Then all what you have to change will be adding and :use-module to the
    > needed modules, right?

If someone makes a dynamically loadable module to "add back" shared
substrings, will other dynamically loaded modules and the core of
guile interoperate with the new string type as a string type?   or
will it be disjoint from STRING?.

If it's disjoint from STRING?, would it be difficult to compile a new
version of the core and the other modules in which it wouldn't be
disjoint?

-t





reply via email to

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