[racket] Racketizing Chrome
On Tue, Aug 30, 2011 at 08:30:54PM -0400, Ray Racine wrote:
> Chrome has solidified their native app capability. Downside, only support
> is native apps in C or C++. Racket scheme is embeddable in a C program,
> hence, the theoretical possibility of Racket embedded within Chrome. As
> native apps are just another app loadable from the Chrome Web Store, Racket
> in Chrome is just another app install like any other app. In fact a
> particular Web App in the store could be a combination of the Racket native
> app with zos.
If your aim isn't specifically Racket, but just to get Scheme in Chrome,
you might want to consider Gambit, a Scheme implementation that compiles
to C: http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page
-- hendrik