> 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
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
2 matches
Mail list logo