Re: [racket-users] How to use the web-server package without continuations?

2015-09-01 Thread Jay McCarthy
On Tue, Sep 1, 2015 at 10:03 AM, Ben wrote: > Hi, > > I'm trying to build a web application using Racket. But I don't understand > continuations yet. I think the package is capable of writing simple > applications without continuations. So > > 1. Which part of the web-server

[racket-users] How to use the web-server package without continuations?

2015-09-01 Thread Ben
Hi, I'm trying to build a web application using Racket. But I don't understand continuations yet. I think the package is capable of writing simple applications without continuations. So 1. Which part of the web-server package should I stay away from if I don't want to use continuations? 2.