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/base
(define data '(foo (bar 5)))

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to