On Sunday, January 22, 2017 at 6:13:28 AM UTC-7, spdegabrielle wrote: > Hi, > > > What are my options for doing client side web applications in Racket ? >
There are far more client side options for general Scheme implementations that compile to or run in JS. There is a decent list here: https://github.com/jashkenas/coffeescript/wiki/List-of-languages-that-compile-to-JS#scheme-like They are not Racket and won't have access to all the Racket libraries, but something in the list may be good enough for your client side needs. If you use the `r5rs` lang server side in Racket (instead of `racket` or `racket/base`) you may even be able to share some code between the front and the back end using a more general Scheme implementation for the client side. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.