[racket] network programming in scheme

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sat Oct 16 06:57:26 EDT 2010

김태윤 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/


Posted on the users mailing list.