[plt-scheme] Staapl

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jul 25 06:40:08 EDT 2008

On Jul 25, Tom Schouten wrote:
> I'm giving it a try. However, part of the Forth code uses a "#lang
> staapl/pic18" construct which prevents the package to be installed
> correctly. My tarball installer places the package in the user's
> collects by default before it compiles the source.  Is there a way
> to do this for Planet packages?

Yes, `#lang planet ...' should work, but there was a bug in the way
that it was handling the reader (it expected the language's reader to
read only one expression), which is fixed in svn and will be included
in the 4.1 release.

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


Posted on the users mailing list.