[plt-scheme] Using 'lang' with relative paths in mzscheme 3.99?
Danny Yoo
dyoo at cs.wpi.edu
Fri Feb 1 17:48:35 EST 2008
I'm doing a project where I'm defining my own module language, and would
like to be able to say something like:
######################
#lang "mylanguage.ss"
######################
but mzscheme 3.99 currently errors out with:
#######################################################################
read: expected only alphanumberic, `-', `+', `_', or `/' characters for
`#lang', found "
#######################################################################
I can get around this by using the longhand "(module ...)" form or by
writing my own #reader, but this is slightly awkward. Is there a plan to
remove the syntactic restriction on what comes after #lang? Thanks!
More information about the plt-scheme
mailing list