[plt-scheme] using units (was enclosing-module-name)
On Thu, Apr 05, 2007 at 03:13:44PM -0400, Carl Eastlund wrote:
> On 4/5/07, support at taxupdate.com <support at taxupdate.com> wrote:
> >In a few experiments using DrScheme, it looks like the unit form requires
> >"Pretty Big" language. How would I use this in an embedded environment?
>
> The unit form is part of (lib "unit.ss"), which just happens to be
> included in the Pretty Big language level. You can add (require (lib
> "unit.ss")) in other language levels (such as Textual or (module ...)
> or inside mzscheme) and get the same forms. In general, the Help Desk
> documentation for a form includes the necessary library path (you may
> have to scroll up to the top of the chapter).
So in an embedded environment, I'm guessing this means distributing the
unit.ss file + its dependencies along with my app, right? Would this have
any effect as far as licensing? I plan to use dual licensing (GPLv2 plus
commercial).
Wayne