[plt-scheme] recovering the read input?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Aug 14 15:53:51 EDT 2008

No, but read-syntax still has source location information in the
syntax objects (along with lots of other information).

Robby

On Thu, Aug 14, 2008 at 2:37 PM, YC <yinso.chen at gmail.com> wrote:
> Hi -
>
> is there a way to get back the read inputs from `(read)`?  Basically, both
> strings "(foo a b)" and "(foo      a         b)" produces the same list by
> `read`, but they are diferent inputs.  Is there a way to get the original
> input after the data have been consumed by `read`?
>
> Thanks,
> yc
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.