Re: [racket-users] DrRacket says #%module-begin not a module

2016-09-03 Thread 'John Clements' via Racket Users
> On Sep 3, 2016, at 6:07 PM, David Storrs wrote: > > > > On Sat, Sep 3, 2016 at 6:03 PM, John Clements > wrote: > > > On Sep 3, 2016, at 5:54 PM, David Storrs wrote: > > > > The best would probably be if DrRacket's out-of-the-box language setting > > was something like "Use whatever is s

Re: [racket-users] DrRacket says #%module-begin not a module

2016-09-03 Thread David Storrs
On Sat, Sep 3, 2016 at 6:03 PM, John Clements wrote: > > > On Sep 3, 2016, at 5:54 PM, David Storrs wrote: > > > > The best would probably be if DrRacket's out-of-the-box language setting > was something like "Use whatever is specified in the file; if nothing is > specified then default to ” > >

Re: [racket-users] DrRacket says #%module-begin not a module

2016-09-03 Thread 'John Clements' via Racket Users
> On Sep 3, 2016, at 5:54 PM, David Storrs wrote: > > Hi John, > > > On Sat, Sep 3, 2016 at 5:25 PM, John Clements > wrote: > > > On Sep 3, 2016, at 4:43 PM, David Storrs wrote: > > > > I typically use Emacs, but I thought I would experiment with DrRacket a > > bit. I'm on OSX 10.11 usin

Re: [racket-users] DrRacket says #%module-begin not a module

2016-09-03 Thread 'John Clements' via Racket Users
> On Sep 3, 2016, at 4:43 PM, David Storrs wrote: > > I typically use Emacs, but I thought I would experiment with DrRacket a bit. > I'm on OSX 10.11 using DrRacket v6.6, freshly installed an hour ago. I > started it up, File>New, typed this: > > > #lang racket > (displayln "hello world")

[racket-users] DrRacket says #%module-begin not a module

2016-09-03 Thread David Storrs
I typically use Emacs, but I thought I would experiment with DrRacket a bit. I'm on OSX 10.11 using DrRacket v6.6, freshly installed an hour ago. I started it up, File>New, typed this: #lang racket (displayln "hello world") and hit the Run button at top right. I get the following message at b