[plt-scheme] r5rs in plt-scheme 4 and srfi 23

From: Varoun P (van_178 at yahoo.co.in)
Date: Tue Sep 16 09:09:02 EDT 2008



--- On Tue, 16/9/08, Matthew Flatt <mflatt at cs.utah.edu> wrote:

> From: Matthew Flatt <mflatt at cs.utah.edu>
> Subject: Re: [plt-scheme] r5rs in plt-scheme 4 and srfi 23
> To: van_178 at yahoo.co.in
> Cc: plt-scheme at list.cs.brown.edu
> Date: Tuesday, 16 September, 2008, 4:15 PM
> 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

That worked. Thanks!
--varoun


      Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/


Posted on the users mailing list.