Re: [racket-users] Using DrRacket as s-expression editor

2015-12-03 Thread 'John Clements' via Racket Users
> On Dec 3, 2015, at 1:44 AM, Klaus Ostermann wrote: > > What would be the simplest way to use DrRacket as an editor for a file > containing an s-expression? > > Is there some pre-existing #lang that one could add to the file such that > DrRacket doesn't complain? > > For instance, it would

[racket-users] Using DrRacket as s-expression editor

2015-12-03 Thread Klaus Ostermann
What would be the simplest way to use DrRacket as an editor for a file containing an s-expression? Is there some pre-existing #lang that one could add to the file such that DrRacket doesn't complain? For instance, it would be nice if #lang ??? (foo (bar 5)) would be desugared to #lang racket