This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Non-tail-recursive functions in (ice-9 common-list)


Hi all!

The following functions in (ice-9 common-list) are not tail-recursive:

    intersection
    set-difference
    remove-if
    delete-if!
    delete-if-not!
    butlast
    list*
    uniq

I've written tail-recursive versions of these (who hasn't? :-) ), but
perhaps someone who has signed the requisite papers would prefer to
fix this.

William
-- 
William Webber                               william@peopleweb.net.au
Senior Programmer                             
PeopleWeb Australia                          http://www.peopleweb.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]