Why recommend the planet version over the core version?

Robby

On Sun, Jun 7, 2009 at 3:48 AM, Noel Welsh<noelwe...@gmail.com> wrote:
> On Sun, Jun 7, 2009 at 2:15 AM, Todd O'Bryan<toddobr...@gmail.com> wrote:
>> In the latest SVN, I have the following program in the Definitions window.
>>
>> #lang scheme/base
>> (require (planet schematics/schemeunit:3)
>>         schemeunit/text-ui)
>>
>
> Here you mix the Planet version of SchemeUnit with the version bundled
> with PLT. Due to generative structures they don't interact well. I
> recommend using just the Planet version:
>
> (require (planet schematics/schemeunit:3)
>             (planet schematics/schemeunit:3/text-ui))
>
> N.
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
_________________________________________________
  For list-related administrative tasks:
  http://list.cs.brown.edu/mailman/listinfo/plt-dev

Reply via email to