[racket-users] Racket for web apps

2016-03-19 Thread Kaylen Wheeler
Hi,

I'm new to Racket, but not to lisp.  I have been a Clojure user for some time.  
I began developing a web game in clojure/clojurescript, but I am considering 
switching languages.

How good is Racket for web-related development?

Thanks

-- 
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.


Re: [racket-users] Racket for web apps

2016-03-19 Thread Kaylen Wheeler
On Friday, 18 March 2016 21:11:51 UTC-7, Jay McCarthy  wrote:
> It's great. Check out the various libraries of the web-server. I'd
> suggest starting from web-server/servlet-env and web-server/dispatch.
> 
> Jay
> 
> On Fri, Mar 18, 2016 at 5:00 PM, Kaylen Wheeler  wrote:
> > Hi,
> >
> > I'm new to Racket, but not to lisp.  I have been a Clojure user for some 
> > time.  I began developing a web game in clojure/clojurescript, but I am 
> > considering switching languages.
> >
> > How good is Racket for web-related development?
> >
> > Thanks
> >
> > --
> > 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.
> 
> 
> 
> -- 
> Jay McCarthy
> Associate Professor
> PLT @ CS @ UMass Lowell
> http://jeapostrophe.github.io
> 
>"Wherefore, be not weary in well-doing,
>   for ye are laying the foundation of a great work.
> And out of small things proceedeth that which is great."
>   - D 64:33

One thing I would like to do is have a single code base shared between the 
server back end and the in-browser front end.  The front end would have to be 
in javascript.  I know there's a way to compile racket to JS, but can the code 
be shared.

Also, can *typed* racket code be shared this way?

-- 
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.


Re: [racket-users] Racket for web apps

2016-03-18 Thread Jay McCarthy
It's great. Check out the various libraries of the web-server. I'd
suggest starting from web-server/servlet-env and web-server/dispatch.

Jay

On Fri, Mar 18, 2016 at 5:00 PM, Kaylen Wheeler  wrote:
> Hi,
>
> I'm new to Racket, but not to lisp.  I have been a Clojure user for some 
> time.  I began developing a web game in clojure/clojurescript, but I am 
> considering switching languages.
>
> How good is Racket for web-related development?
>
> Thanks
>
> --
> 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.



-- 
Jay McCarthy
Associate Professor
PLT @ CS @ UMass Lowell
http://jeapostrophe.github.io

   "Wherefore, be not weary in well-doing,
  for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great."
  - D 64:33

-- 
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.