Echo server: Difference between revisions

→‎{{header|Common Lisp}}: note should have usocket
(→‎{{header|Common Lisp}}: note should have usocket)
Line 421:
 
=={{header|Common Lisp}}==
 
[[Category:Common Lisp examples needing attention]]<!-- There should be a http://common-lisp.net/project/usocket/ example. -->
 
Sockets is not a standard part of Common Lisp but many implementations have support for this. The following example {{works with|CLISP}}
<lang lisp>(defvar *clients* '()