libguile/__scm.h patchlet

2007-03-08 Thread David Fang
Hi, I'm encountering a minor annnoyance in the guile-1.6 headers: #ifdef STDC_HEADERS # include # if HAVE_SYS_TYPES_H # include # endif # if HAVE_SYS_STDTYPES_H # include # endif # include #endif /* def STDC_HEADERS */ On systems that are missing or (more likely), I can't use -We

Re: functional datastractures

2007-03-08 Thread Ludovic Courtès
Hi, Klaus Schilling <[EMAIL PROTECTED]> writes: > Are there already attempts to provide truly functional data structures > a la Okasaki for guile? I guess srfi-40 will be necessary to achieve > most of them efficiently. I guess you're referring to lazy data structures [0]? I haven't looked into

functional datastractures

2007-03-08 Thread Klaus Schilling
Are there already attempts to provide truly functional data structures a la Okasaki for guile? I guess srfi-40 will be necessary to achieve most of them efficiently. Klaus Schilling ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/ma