Echo server: Difference between revisions

Content added Content deleted
(→‎{{header|Common Lisp}}: note should have usocket)
Line 421: Line 421:


=={{header|Common Lisp}}==
=={{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}}
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* '()
<lang lisp>(defvar *clients* '()