moby-scheme
moby-scheme copied to clipboard
The Moby Scheme Compiler for Smartphones
From Shriram: http://www.cs.brown.edu/~sk/tmp/Tara/ When I run it locally, the box is at the top left. When I save Web page complete and load, the box is at the bottom left....
On the nexus one, the tilt mechanism's used for orientation change. This is disruptive for games that use tilt.
See: http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html
See: http://sixrevisions.com/web-development/html5-iphone-app/ for more details; we should add this to the index.html so we get better integration on the iphone.
Emmanuel writes: Load times were slow, but since it only happens once it's not so bad. The big speed hit was running World animations - mind you, these were on...
Jonah Kagan notes: We just taught a Bootstrap class today and when we tested out basic image functions (circle, rectangle, etc.) in WeScheme in Internet Explorer, the images wouldn't show...
From Emmanuel: --- What is the string generated from pressing the space bar in a WeScheme world? in DrScheme v4.2.3, everything would generate a "space" char: \space or something in...
The new version of NumberTower being developed will not floor automatically.
What's going on is that invokeModule doesn't work because moby/foreign is written in javascript, not Scheme. Hence, its invokeModule shouldn't do anything.