dkochmanski / climc

A Common Lisp Instant Messaging Client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Climc

Build Status

Climc is a Common Lisp Instant Messaging Client. It is developed on Debian GNU/Linux, using SBCL .

Installation

Installation using Quicklisp

Not yet.

Manual installation

climc needs McClim, McClim-TrueType, cl-xmpp, cl-ppcre and their dependencies. ASDF is used for compilation Register the .asd file, e.g. by symlinking it, then compile climc using asdf:operate.

$ ln -sf `pwd`/climc.asd /path/to/your/registry/
CL-USER> (asdf:operate 'asdf:load-op :climc)

Usage

CL-USER> (climc:start-climc)

Screenshots

talk

Changelog

A changelog is available here.

Contact

Nicolas Lamirault nicolas.lamirault@gmail.com

About

A Common Lisp Instant Messaging Client.

License:MIT License


Languages

Language:Common Lisp 98.3%Language:Shell 1.7%