Hi,
I'm still chipping away at the SRFI 134 reference implementation. My code depends on SRFI 121 generators and SRFI 128 comparators. As far as I know, no Schemes support SRFI 121 and 128 yet. Currently I test my code by copying certain SRFI 121, 128 source files into my local repository, which is crude, but works.
I'd like to make the 134 code friendlier for potential users, working out of the box, or as close as possible. Is there a best practice for this? The alternatives I can think of are
1) add a make target that fetches the SRFI 121, 128 files from github
2) copy the relevant files from 121, 128 and commit them to 134
Neither of these really feels right. Any suggestions?
Thanks,
Kevin Wortman