<div>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.</div>
<div><br></div><div>I believe an embedded Racket would act very much like a Racket &quot;place&quot; with the HTML 5 / Javascript engine on the other side of the place channel swapping JSON and Sexps.  The native app C sandbox has access to the various chrome apis for storage, sound etc and therefore invokable via Racket as well.</div>
<div><br></div><div>Substantial work I&#39;m sure but the idea of it all just crossed my mind and I&#39;d thought I&#39;d toss it out there.</div><div><br></div>