Skip to content

priyadarshan/land-of-lisp-chap-12-usocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A simple local client and server using usocket, based on the book
Land of Lisp - Chapter 12.  http://landoflisp.com

To get running, ensure you have usocket, then start an instance of your REPL. Load the server script
Then start a second REPL and LISP instance, into this load the client.  Both instances should now be
connected via the my-stream parameter.  The connection is bi-directional, and you should be able to send
and recieve messages via the stream-read and stream-print commands.

About

The socket examples for the Land of Lisp book, using usocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published