Skip to content

An experimental minimal chat written in Common Lisp

License

Notifications You must be signed in to change notification settings

Shinoa-Fores/lisp-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experimental minimal chat written in Common Lisp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Common Lisp 98.5%
  • Makefile 1.5%