On Fri, Mar 18, 2005 at 10:28:18AM -0500, Aaron Sherman wrote:
: Thus:
: : eval read :file("foo");
: : There you have it.
The problem being that it will now report errors in some random temporary string rather than at some line number in a file. Not good. Orthogonality strikes again.
...unless read returns a Str but source("foo").
-=- James Mastros