Lisp | Tlen !!hot!!

If you came of age in the modern cloud era (Post-2010), Telnet is that "insecure thing" you disable on routers. But for those of us who cut our teeth on BBSes, mainframes, or early Unix hacking, —a raw, text-based window into another machine.

;;; tlen.lisp - A minimalist Telnet echo server (require :usocket) ; A portable socket library (defun handle-client (stream) "Echo back whatever the client sends, but shout it in uppercase." (loop :for line = (read-line stream nil) :while line :do (write-line (string-upcase line) stream) (force-output stream))) lisp tlen

If you meant a specific library or different term, just let me know and I will rewrite the post for you. Remember Telnet? If you came of age in the modern