[racket] reading a file in student languages

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Oct 19 17:14:16 EDT 2010

Is 2htdp/batch-io as documented something you might find useful? 


On Oct 19, 2010, at 3:58 PM, Adam Shaw wrote:

> Hi --
> 
> Could someone tell me how to read in a data file in Int. Student or Adv. Student?
> 
> I'd like something like
> 
> (define dict (read "/path/to/dict"))
> 
> and bind dict to a list of strings.
> 
> Thanks in advance.
> 
> Regards,
> 
> Adam
> 
> 
> 
> 
> 
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users



Posted on the users mailing list.