[plt-scheme] Help with using Ikarus R6RS SRFI libraries with PLT-4.1.4.3 on Linux and Windows

From: Grant Rettke (grettke at acm.org)
Date: Sun Mar 8 15:55:46 EDT 2009

On Sun, Mar 8, 2009 at 2:46 PM, Noel Welsh <noelwelsh at gmail.com> wrote:
> Does this line in 1.sls explain your cyclic dependency problem:
>
> (import (srfi :1 lists))
>
> ?
>
> I.e. it is trying to import srfi 1

I read that as saying that it is trying to import the lists library
from srfi :1; so that would be

/srfi/%3a1/lists.sls


Posted on the users mailing list.