[Fluxus] #lang

Matt Jadud jadudm at gmail.com
Sun Oct 19 10:22:44 PDT 2008


Hi Gabor,

#lang mzscheme

would be the same as saying

(module <foo> mzscheme
  ...
)

in PLT 3xx. In 4.xx, there is a new syntax that gets rid of the outer
level of parens if so desired.

So,

#lang scheme/base

is a minimal Scheme, and

#lang scheme

roughly corresponds to "Pretty Big" in the v3xx tree.

I don't know what the exact question was anymore, but I thought I'd
throw that bit in.

Cheers,
Matt



More information about the Fluxus mailing list