MIDP Scheme is a scheme compiler (unix based) for mobile phones. The compiler receives
scheme programs on the commandline and produces a virtual machine binary, which
is then placed in a jar file along with the virtual machine implementation. The jar file
can be loaded onto a MIDP enabled phone, from which the application can be executed.
Although the Virtual Machine is developed using J2ME, java is not required to develop
scheme applications for the mobile phone. The compiler is simple and fast so that
midp scheme applications can be developed quickly without the aid of J2ME.
Source code:
Source code is available from the sourceforge project page http://sourceforge.net/projects/midpscheme/
or from http://launchpad.net/midpscheme