Skip to content

Instantly share code, notes, and snippets.

@chomy
Created February 8, 2013 11:55
Show Gist options
  • Save chomy/4738482 to your computer and use it in GitHub Desktop.
Save chomy/4738482 to your computer and use it in GitHub Desktop.
daytime client written in Common Lisp.
(asdf:load-system :usocket)
(defun daytime-client (host)
(usocket:with-client-socket (socket stream host 13)
(read-line stream nil nil)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment