Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 592 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 592 Bytes

Lisp Chat

An experimental chat irc-like written in Lisp, a fork of ryukinix/lisp-chat with roswell and quicklisp crap removed. WIP.

Installation

Build chat server: make -f server.mk

Build chat client: make -f client.mk

Usage

To start a server instance:

./lisp-chat

To connect to server:

./lisp-chat-client

or

rlwrap nc <ip> <port>

TODO:

Cleanup to remove quicklisp dependencies Cleanup makefiles and build scripts.