I've made this change in the pre-release version of DrRacket. Please
let me know if anyone spots any problems.
Thanks,
Robby
> --
> You received this message because you are subscribed to the Google Groups "EOPL3" group.
> To post to this group, send email to eo...@googlegroups.com.
> To unsubscribe from this group, send email to eopl3+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/eopl3?hl=en.
>
>
#lang eopl
(with no initial spaces preferably).
Generally speaking #lang-style language specifications are preferred
in the Racket world as the tools we have work better when each file is
explicit about the language it is written in. (I was motivated to
remove the support I removed by one such missing piece of
functionality in fact.)
Hopefully that clarifies.
Robby