Christopher Howard <christopher.how...@qlfiles.net> writes: > Hi, I was just wondering if Guile developers are planning to implement > all the SRFIs eventually, or if they are just picking and choosing a > few here and there? Put another way, is it just a matter of someone > volunteering the time to do each SRFI, or are some not being done on > purpose?
Note that once Guile's R7RS-small support is complete (which IIRC was on the roadmap), it will automatically support many more SRFIs, since there are R7RS-small implementations of them. I maintained a collection of such implementations for a while here, though the project is currently inactive (partly because the newest SRFIs are R7RS-large related, and I've given up hope on R7RS-large): https://github.com/taylanub/scheme-srfis Taylan