public
Description: The Moby Scheme Compiler for Smartphones
Homepage: http://world.cs.brown.edu/
Clone URL: git://github.com/dyoo/moby-scheme.git
name age message
file .gitmodules Tue Oct 13 17:06:25 -0700 2009 Removing submodules. [dyoo]
file .project Tue Jan 13 15:35:41 -0800 2009 [Zhe Zhang]
file README Wed Dec 16 11:51:11 -0800 2009 Bumping up version number, fixing docs. [dyoo]
file bootstrap.ss Wed Nov 11 22:38:07 -0800 2009 Adding bootstrap [dyoo]
directory doc/ Fri Nov 06 10:38:33 -0800 2009 Added hash tables. [dyoo]
directory examples/ Wed Nov 11 20:12:07 -0800 2009 broken code removed. [dyoo]
file info.ss Wed Dec 16 12:19:51 -0800 2009 updated release notes. [dyoo]
directory lang/ Sat Dec 05 11:52:50 -0800 2009 Fixed the module wrapping. [dyoo]
file make-planet-archive.sh Wed Dec 16 11:51:11 -0800 2009 Bumping up version number, fixing docs. [dyoo]
file manual.scrbl Wed Dec 16 12:10:47 -0800 2009 Adding a primary-file definition. [dyoo]
file moby-lang.ss Fri Sep 11 22:00:49 -0700 2009 Adding more to make the moby bindings visible f... [dyoo]
directory sandbox/ Fri Dec 04 19:48:00 -0800 2009 Implemented direct trampolining. [dyoo]
directory src/ Wed Dec 16 10:40:38 -0800 2009 Added test cases and fixed some issues with fun... [dyoo]
directory support/ Wed Dec 16 10:40:38 -0800 2009 Added test cases and fixed some issues with fun... [dyoo]
README
Moby
------
Danny Yoo (dyoo@cs.wpi.edu)


----------------------------------------------------------------------

What is Moby?

Moby is a project from the PLT Scheme team.  The Moby compiler
consumes Advanced Student Language (ASL) programs that use World[1]
primitives, and produces applications for mobile platforms.  The
current prototype supports desktop browsers and smartphones.  Our
long-term goal is to make Scheme the premiere reactive scripting
language for mobile phones.

Shriram Krishnamurthi presented the ideas behind Moby at ILC 2009 in
his talk "The Moby Scheme Compiler for Smartphones"[2].

The documentation for Moby can be found on PLaneT:

    http://planet.plt-scheme.org/display.ss?package=moby.plt&owner=dyoo

under the Docs link.

    http://planet.plt-scheme.org/package-source/dyoo/moby.plt/2/30/planet-docs/manual/index.html



[1] http://world.cs.brown.edu/

[2] http://www.cs.brown.edu/~sk/Publications/Talks/Moby-Bootstrap/