[plt-scheme] PLT->Textual(MzScheme, includes R5RS) is missing

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Mar 9 16:29:31 EDT 2009

Nowadays, you use the Module language with this first line:

  #lang scheme

or

  #lang scheme/base

for new code. A version that is closer to that older one would be

  #lang mzscheme

and if you really want to be outside of a module, use Pretty Big (in
the language dialog).

Robby

On Mon, Mar 9, 2009 at 2:22 PM, Coach <arie.coach at gmail.com> wrote:
> Guys , hi !
>
> I'm running drscheme 4.0.1 on debian linux.
> I want to use the Textual dialect of scheme but when i open the list
> of available languages,
> i don't have TEXTUAL.
>
> Am i missing something ?
> How can i install this module ?
>
> Please advise,
> Arie
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.