Howdy,<br><br>I know I&#39;m on the bleeding edge here, but I&#39;d like to toss out a question about Moby Scheme [1].  While writing my first application [2], I came across some confusion about gui-world.ss and world.ss.<br>
<br>From what I can tell, you can either build your app based  on gui-world.ss and have access to buttons and message boxes, or, you can build it on moby/stub/world.ss in which case you have access to location and tilt information.<br>
<br>Attempting to import both libraries raise the error:<br><br><div style="margin-left: 40px;">(require moby/stub/world)<br>(require gui-world/gui-world)<br></div><div style="margin-left: 40px;">=&gt;<br>module: identifier already imported from a different source<br>
<br></div>So, how can I get the GUI controls from gui-world and Android specific stuff from world.ss?<br><br>I must say - Moby Scheme is a fun project, and I really love the direction it&#39;s heading.<br><br>-Ben<br><br>
[1] - <a href="http://list.cs.brown.edu/pipermail/plt-scheme/2009-March/031703.html">http://list.cs.brown.edu/pipermail/plt-scheme/2009-March/031703.html</a><br clear="all">[2] - <a href="http://benjisimon.blogspot.com/2009/03/location-stamper-putting-moby-scheme-to.html">http://benjisimon.blogspot.com/2009/03/location-stamper-putting-moby-scheme-to.html</a><br>
-- <br>Have an idea for software?  I can make it happen - <a href="http://www.ideas2executables.com">http://www.ideas2executables.com</a><br>My Blog: <a href="http://benjisimon.blogspot.com">http://benjisimon.blogspot.com</a><br>