All Projects → ciaranbradley → land-of-lisp-chap-12-usocket

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

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

Programming Languages

common lisp
692 projects
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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].