[plt-scheme] Moby Scheme - world.ss versus gui-world.ss
> 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.