Quantcast
Channel: Hacker News
Viewing all articles
Browse latest Browse all 25817

Show HN: Experimental chat written in Common Lisp

$
0
0

README.md

An experimental chat irc-like written in Lisp.

lisp-chat-screenshot

You need in your system:

And make sure that ~/.sbclrc has a entry calling to the quicklisp setup.

(load"~/quicklisp/setup.lisp")

Clone the attached repository of Quicklisp and execute the setup.lisp withsbcl --script setup.lisp

Load the server

$ sbcl --load server.lisp --eval "(lisp-chat-server:main)"

Get a client

$ sbcl --load client.lisp --eval "(lisp-chat-client:main)"

If you wish test this and don't have the Lisp environment with SBCL and Quicklisp, you can try the client version written in Python using only the stdlib.


Viewing all articles
Browse latest Browse all 25817

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>