[plt-scheme] (no subject)

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Jun 13 10:45:53 EDT 2006

But if you want to use PLT Scheme (DrScheme or MzScheme), try

  (read)

or

  (with-input-from-file "data.dat" read)

but make sure your data are parenthesized. Otherwise use real PLT 
Scheme and readline and friends. -- Matthias


On Jun 13, 2006, at 7:05 AM, Noel Welsh wrote:

> This mailing list is about PLT Scheme, a different
> implementation of Scheme.  You won't find much help here
> with MIT Scheme.  I suggest you try a MIT Scheme mailing
> list.
>
> Regards,
> Noel
>
> --- luzenith_g at ucaldas.edu.co wrote:
>
>>
>> Hello!
>> I have been working with scheme (MIT Scheme) recently and
>> I'd like to know
>>  if you can help me. I don't have clear how can i do the
>> data read?
>> I am implementing a game and i need to receive the user's
>> data. It would
>> be very useful to me some help about this.
>> Thanks for your time...
>> Regards,
>>
>> Luz
>>
>>
>>
>> _________________________________________________
>>   For list-related administrative tasks:
>>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>
>
> Email: noelwelsh <at> yahoo <dot> com   noel <at> untyped <dot> com
> AIM: noelhwelsh
> Blogs: http://monospaced.blogspot.com/  
> http://www.untyped.com/untyping/
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.