[plt-dev] Check syntax

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Apr 19 13:18:56 EDT 2010

It would seem that we want "run" in drscheme to be like "require" from
some other file, as much as we can. Is there a way to have both?

Robby

On Mon, Apr 19, 2010 at 12:17 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> Should the absence of a `#lang' line be treated like `#lang racket'?
> That's what `racket' does. (Actually, `racket' treats it like `#lang
> scheme' at the moment, but that should change.)
>
> At Mon, 19 Apr 2010 12:06:52 -0500, Robby Findler wrote:
>> Oh, good point. For the moment, you have to use #lang. Note that #lang
>> mzscheme works, if that helps. It should be a trivial change to your
>> file, but I wonder if we should be doing something different to cover
>> these things.
>>
>> Robby
>>
>> On Mon, Apr 19, 2010 at 11:53 AM, Kathryn Gray
>> <kathryn.gray at cl.cam.ac.uk> wrote:
>> > Hi,
>> > I've just updated (to 4.2.5.10) and in DrScheme I don't seem to have a
>> > check-syntax button.
>> > Language level is : Determine language from source, and I'm using the scheme
>> > language (but not using #lang, the file still uses '(module .... )').
>> > Is there a way to get check-syntax back without switching the program to use
>> > #lang ?
>> > -Kathy
>> >
>> > _________________________________________________
>> >  For list-related administrative tasks:
>> >  http://list.cs.brown.edu/mailman/listinfo/plt-dev
>> >
>> >
>> _________________________________________________
>>   For list-related administrative tasks:
>>   http://list.cs.brown.edu/mailman/listinfo/plt-dev
>


Posted on the dev mailing list.