From: Matthew Flatt (mflatt at cs.utah.edu) Date: Tue Sep 16 06:45:21 EDT 2008 |
|
At Tue, 16 Sep 2008 14:08:29 +0530 (IST), Varoun P wrote: > Using r5rs in DrScheme, how do I import srfi-23? I've tried > setting DrScheme to use the module language and putting the following lines at > the beginning of the definitions window: > > #lang r5rs > (require srfi/23) > > This does not work. You can use `#%require': #lang r5rs (#%require srfi/23) Matthew
Posted on the users mailing list. |
|