Re: [racket] Client-side WeScheme: testers wanted!

2014-12-13 Thread Matthias Felleisen
Sorry I wanted to test this right away but time melts away. I wrote one program, and it works as expected. Loved the error messages, as always. Hated the lack of familiar editing action, also as always :-) ;; physical constants (define width 200) (define height 50) ;; graphical constants (d

[racket] Client-side WeScheme: testers wanted!

2014-11-23 Thread Emmanuel Schanzer
Hi all - I’m looking for a few testers to bang on a project I’ve been working on. It's a re-architected version of WeScheme, in which the Racket->Bytecode compilation is done entirely on the client (once the editor loads, you can switch off the wifi and hack away!). The local compiler has actu