Re: Client side web applications in Racket

Ethan Estrada <[email protected]>
Newsgroups gmane.comp.lang.racket.user,gmane.lisp.scheme.plt
Message-ID <[email protected]>
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+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.