[plt-scheme] syntax/module-reader and module specs

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Mon May 4 08:55:32 EDT 2009

Thanks.  Looks like that solves things for PLaneT.  Is there a way to do 
this so that it works for both PLaneT and for non-PLaneT?

Jay McCarthy wrote at 05/04/2009 08:50 AM:
> Checkout what I do in the PLAI language:
>
> (module reader syntax/module-reader
>   #:language `(planet ,(this-package-version-symbol))
>   (require (planet cce/scheme:4:1/planet)))
>
> http://planet.plt-scheme.org/package-source/plai/plai.plt/1/1/lang/reader.ss
>   



Posted on the users mailing list.