
What web framework would people recommend for a simple CRUD application?

As far as I know, Racket really only has one web “framework”, if you can even call it a framework, and it’s the web-server
library. http://docs.racket-lang.org/web-server/index.html

in other words, “good luck”

I see

@kennethdevel take look at http://docs.racket-lang.org/continue/index.html

There is a few frameworks on package server, but web-server
along with db
are the important ones.

I was about to recommend http://www.scheme.dk/blog/2007/01/introduction-to-web-development-with.html but … it has gotten old.

There’s the Server Racket book if you’re not limited to free resources

It is better to use say CL or Clojure for web stuff?

I like using racket for web stuff. It’s not bad or unpleasant, there just aren’t as many libraries as in other ecosystems

Also depends a lot on what web stuff you’re doing
