guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guildhall packages


From: cong gu
Subject: Re: guildhall packages
Date: Wed, 29 Aug 2012 08:25:59 -0500

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]