Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
I'm actually still interested in <insert lisp language here> for webdev. How easy is it to get started doing Racket webdev? Any recommended readings?
For the hubski internal API, I mostly used the docs and this. If you prefer to learn by example (like me), I'd actually recommend the hubski internal API I've been working on. It's a pretty good small example of how to do URL dispatch, JSON, and basic serving. I think I took out the x-expression stuff though. Definitely look into x-expressions. They're flipping awesome.