[plt-scheme] Fwd: Google's Android Open Handset Alliance Project - $10M in prizes and my first Android app
On Nov 16, 2007 4:31 PM, Paulo J. Matos <pocm at soton.ac.uk> wrote:
>
> Which (correct me if im wrong) is not yet possible with PLT Scheme.
>
I don't think you'd want to compile full PLT Scheme to a mobile
device. Some aspects of Scheme, such as the full numeric tower and
eval, aren't really appropriate or necessary for a device with very
limited memory. As Matthias said a sensible route would be to create
a DSL that compiles to Java bytecode.
N.