[plt-scheme] module: only a module expr allowed, hmm then how to?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Jun 26 13:31:28 EDT 2008

At Thu, 26 Jun 2008 17:22:13 +0000 (GMT), Circular Function wrote:
> module-language: only a module expression is allowed, either
>     #lang <language-name>
>  or
>     (module <name> <language> ...)
>  in: (print "hej")
> > 
> 
> cant i write normal code in a file and then just run it when using the module 
> language?

Yes; normal PLT Scheme code starts with `#lang', typically `#lang scheme'.


Matthew



Posted on the users mailing list.