back

by mark_l_watson·16y ago·view on hn ↗
You might want to experiment for an hour or so with DrScheme/MzScheme: lots of good libraries for web app development -- same comment applies to Chicken Scheme.

My favorite Scheme is Gambit-C which has fewer libraries but if you install from source, then look in the examples directory for a simple HTTP server example.

That said, DrScheme would be a fast way to evaluate Scheme for your purposes.