[plt-scheme] Using a teachpack from the module language level

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Oct 20 04:39:25 EDT 2008

On Oct 19, Michael Vanier wrote:
> Hi everyone,
> 
> Apologies if this has been answered before, but is it possible to
> use one of the teaching language teachpacks from the module language
> level, and if so, how do you do it?

Something like:

  #lang s-exp lang/htdp-beginner
  ...

They're not proper languages at this point (that is, you can't just
use `#lang lang/htdp-beginner') but they will be.

Also, there's a bunch of stuff that they won't do -- mostly
customization of the input (obviously -- the `#lang s-exp' means that
you're using the default reader) and the output.  (These would also be
done, eventually.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.