Re: [racket] Racketizing Chrome

2011-09-02 Thread Jakub Piotr Cłapa
On 31.08.11 06:44, Neil Van Dyke wrote: Ray Racine wrote at 08/30/2011 08:30 PM: 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, If they will let this embedded native app exec another proce

Re: [racket] Racketizing Chrome

2011-08-31 Thread Grant Rettke
On Wed, Aug 31, 2011 at 7:51 AM, Hendrik Boom wrote: > 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 Chibi would be neat, t

Re: [racket] Racketizing Chrome

2011-08-31 Thread Marc Feeley
I can help out Gambetizing Chrome. Just send me an email. Marc On 2011-08-31, at 8:51 AM, Hendrik Boom wrote: > 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

Re: [racket] Racketizing Chrome

2011-08-31 Thread Hendrik Boom
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 app

Re: [racket] Racketizing Chrome

2011-08-30 Thread Neil Van Dyke
Ray Racine wrote at 08/30/2011 08:30 PM: 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, If they will let this embedded native app exec another process, or talk through a Unix domain soc

Re: [racket] Racketizing Chrome

2011-08-30 Thread Jon Rafkind
I attempted to compile racket for chrome's sandbox (NaCL) but ran into a half dozen issues (functions like execv are not implemented). I haven't pursued it further but its probably possible. On 08/30/2011 06:30 PM, Ray Racine wrote: > Chrome has solidified their native app capability. Downside,