[plt-scheme] Error msg on the new scheme...
Is it possible you were in a teaching language when you saved the
file? The teaching languages add metadata in the saved files that does
not show up when you see the file in drscheme.
Robby
On Wed, Sep 10, 2008 at 6:05 PM, geb a <geb_a at yahoo.com> wrote:
> I have a module (that was being used as a bash script) with the following statement in it...
>
> #! /usr/local/bin/mzscheme
> #lang mzscheme
> ;(provide (all-defined-out))
> (define macs (with-input-from-file "macs.scm" read))
>
> I am getting the error message:
>
> read: #reader expressions not currently enabled
>
> I've looked through the documentation and have had trouble figuring out why it worked before but it isn't working now. The provide statement is commented out because it was also giving me some grief.
>
> Thanks for your time,
>
> Dan
>
>
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>