[plt-scheme] Using a teachpack from the module language level
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!