[plt-scheme] Moby Scheme - world.ss versus gui-world.ss

From: Danny Yoo (dyoo at cs.wpi.edu)
Date: Wed Apr 1 01:48:12 EDT 2009

> Attempting to import both libraries raise the error:
>
> (require moby/stub/world)
> (require gui-world/gui-world)
> =>
> module: identifier already imported from a different source
>
> So, how can I get the GUI controls from gui-world and Android specific stuff
> from world.ss?


(I just talked with Ben in private email.)  Yes, the gui-world
component is missing the integration with the Android-specific
services; I ran out of time before the ILC talk.  But it's on our
radar, and we'll have this fixed shortly.


Posted on the users mailing list.