[racket] network programming in scheme
김태윤 wrote at 10/16/2010 06:49 AM:
> these day, I am abstracting some program that uses internet
A tutorial on doing client/server Internet programming at the level of
TCP sockets is at: http://docs.racket-lang.org/more/index.html
Most of the Internet protocols you use are layered atop TCP. TCP is a
good layer to learn.
A tutorial at a higher level, on continuation-based Web servlets, is at:
http://docs.racket-lang.org/continue/index.html
--
http://www.neilvandyke.org/