Fwd: [plt-scheme] already imported identitfiers in "pretty-big"
On 4/12/06, Danny Yoo <dyoo at hkn.eecs.berkeley.edu> wrote:
>
>
>
> and not see conflicts. And we can go the extra step and put the srfi-1
> functions into my-big-language as well. This does pretty much what you're
> planning earlier, except we avoid touching plt-pretty-big-text.ss.
Agreed
(Aside: I feel really cheesy about doing a copy-and-paste here; is there a
> nicer way to do this?)
Well one way would be to make mzlib/list.ss just require then provide it's
functions from list.ss. However if mzlib/list.ss has some advantage over
srfi/1/list.ss , (performance?) then we could have srfi/1/list.ss require
those functions that are in mzlib/list.ss , and are not extended by
srfi/1/list.ss , and then require/provide just those functions that have
extended functionality into mzlib/list.ss .
By the way, what is the advantage of the functions writen in mzlib/list.ss
that are also in srfi/1/list.ss?
Corey
Best of wishes!
>
--
((lambda (y) (y y)) (lambda (y) (y y)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20060413/ef62b999/attachment.html>