[plt-scheme] Are new Schemers supposed to be reading SRFIs?

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Thu May 10 16:22:43 EDT 2007


----- Original Message ----- 
From: "Chongkai Zhu" <czhu at cs.utah.edu>
To: "Danny Yoo" <dyoo at cs.wpi.edu>
Cc: "mzscheme Mailing List" <plt-scheme at list.cs.brown.edu>
Sent: Thursday, May 10, 2007 2:07 PM
Subject: Re: [plt-scheme] Are new Schemers supposed to be reading SRFIs?


> This is a good suggestion. I'm going to do this. Thanks.
>
> Chongkai
>
>> PLT Scheme does provide slightly more mnemonic informative module aliases 
>> for the commonly used SRFI's.  We can take SRFI-1 (the list library) for 
>> example; it can go by the following names:
>>
>>     (lib "1.ss" "srfi")
>>     (lib "list.ss" "srfi" "1")
>>
>> But I'd love to see things taken further and just have:
>>
>>     (lib "list.ss" "srfi")
>>
>> work as well.  I don't think there will be so many similar SRFI's such 
>> that module name collisions are likely to occur between any two SRFI's, 
>> are there?
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 



Posted on the users mailing list.