[plt-scheme] Difference between DrScheme and MrEd

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Sep 29 07:11:55 EDT 2009

There is an option in the preferences dialog that will disable the
automatic compilation (click the "show details" button).

Also, if you have time, it would be helpful if you could supply a
program that wasn't too too huge and illustrated the difference.

Robby

On Tue, Sep 29, 2009 at 3:56 AM, Noel Welsh <noelwelsh at gmail.com> wrote:
> I have a program that runs fine in MrEd, but in DrScheme I get the
> following cryptic error:
>
>  module: identifier already provided (as a different binding) in: for/vector
>
> for/vector is a comprehension I have implemented that is required by a
> few dependencies of the module in question. These dependencies all
> compile and run fine (in MzScheme). My guess this has something to do
> with DrScheme's compilation process. Any ideas on how I can convince
> the good Dr to load my code? Perhaps I can flush its cache of compiled
> files, for example?
>
> N.
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.