Walking through a basic Racket web service

from blog Notes on software development, | ↗ original
Racket is an impressive language and ecosystem. Compared to Python, Racket (an evolution of Scheme R5RS is three years younger. It is as concise and expressive as Python but with much more reasonable syntax and semantics. Racket is also faster in many cases due in part to: JIT compilation on x86 platforms support for both concurrency and...