Hi, In guildhall, I can use other packages, but there are two problems with package 'srfi'. The first is I have to add 'sls' to %load-extensions. This is easy. The second is that the filenames seem not compatible with guile's module searching. For example it is 'srfi/%3a41.sls' instead of guile's way like 'srfi/srfi-41.sls'
scheme@(guile-user)> (use-modules (srfi srfi-41)) While compiling expression: ERROR: no code for module (srfi srfi-41) How to make them work? -- Cong Gu