[racket] First project

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Wed Apr 11 07:08:17 EDT 2012

David Lind wrote at 04/11/2012 06:39 AM:
> - creating a socket
> - establishing a connection through the socket
> - reading and writing the socket

This is a tutorial on sockets programming in Racket: 
http://docs.racket-lang.org/more/

You might want to skim this general language tutorial first: 
http://docs.racket-lang.org/quick/

While you're programming, remember that there's a lot of documentation 
for Racket, and it's all searchable.

Neil V.

-- 
http://www.neilvandyke.org/

Posted on the users mailing list.