On Mon, Dec 6, 2010 at 6:43 PM, prad <p...@towardsfreedom.com> wrote:
> but what am i supposed to in racket?
> (other than read-line right through to the end of the file, may be?)

In unstable/port there is read-all.  Which you could use like

(list->string (read-all read-char port))

Cheers,
Sam
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to