All Projects → ryukinix → Lisp Chat

ryukinix / Lisp Chat

Licence: mit
An experimental minimal chat written in Common Lisp

Programming Languages

lisp
113 projects

Projects that are alternatives of or similar to Lisp Chat

Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+996.88%)
Mutual labels:  chat, irc
Thelounge
💬 ‎ Modern, responsive, cross-platform, self-hosted web IRC client
Stars: ✭ 4,618 (+2786.25%)
Mutual labels:  chat, irc
Ngircd
Free, portable and lightweight Internet Relay Chat server
Stars: ✭ 292 (+82.5%)
Mutual labels:  chat, irc
chat-bridge
同步不同聊天平台的訊息
Stars: ✭ 16 (-90%)
Mutual labels:  chat, irc
Convos
Convos 👥 is the simplest way to use IRC in your browser
Stars: ✭ 789 (+393.13%)
Mutual labels:  chat, irc
recent-messages2
Service to provide historical messages to Twitch chat clients
Stars: ✭ 21 (-86.87%)
Mutual labels:  chat, irc
Jitsi
Jitsi is an audio/video and chat communicator that supports protocols such as SIP, XMPP/Jabber, IRC and many other useful features.
Stars: ✭ 3,531 (+2106.88%)
Mutual labels:  chat, irc
Twitch4j
Modular Async/Sync/Reactive Twitch API Client / IRC Client
Stars: ✭ 209 (+30.63%)
Mutual labels:  chat, irc
Dispatch
Web-based IRC client in Go.
Stars: ✭ 595 (+271.88%)
Mutual labels:  chat, irc
Bitlbee
An IRC to other chat networks gateway 🐝
Stars: ✭ 513 (+220.63%)
Mutual labels:  chat, irc
Android
IRCCloud Android App
Stars: ✭ 244 (+52.5%)
Mutual labels:  chat, irc
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-51.25%)
Mutual labels:  chat, irc
Ios
IRCCloud iOS App
Stars: ✭ 243 (+51.88%)
Mutual labels:  chat, irc
Pearsend
A simple CLI client for peer-to-peer file or message sending. Written in Python
Stars: ✭ 35 (-78.12%)
Mutual labels:  chat, sockets
Irccloud Desktop
IRCCloud Desktop App
Stars: ✭ 215 (+34.38%)
Mutual labels:  chat, irc
Revolution Irc
A modern Android IRC client. #revolutionirc on Freenode.
Stars: ✭ 325 (+103.13%)
Mutual labels:  chat, irc
Srain
Modern IRC client written in GTK
Stars: ✭ 197 (+23.13%)
Mutual labels:  chat, irc
Whapp Irc
whatsapp web <-> irc gateway
Stars: ✭ 208 (+30%)
Mutual labels:  chat, irc
Kiwiirc
🥝 Next generation of the Kiwi IRC web client
Stars: ✭ 488 (+205%)
Mutual labels:  chat, irc
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+638.13%)
Mutual labels:  chat, irc

lisp-chat

Quicklisp dist

Lisp Chat

An experimental chat irc-like written in Lisp.

lisp-chat-screenshot

Installation

Install [roswell][ros] and add ~/.roswell/bin/ to the PATH variable.

After that just type:

ros install ryukinix/lisp-chat

Lisp-chat it's on Quicklisp as well, tested on the following implementations:

  • SBCL
  • CCL
  • ECL

Usage

Load the server

$ lisp-chat-server localhost

Create a client

$ lisp-chat localhost

As alternative of localhost you can use server.lerax.me which points to a lisp-chat server running in the port 5558.

Alternative clients

If you want test this and don't have the Lisp requested, I have those alternatives for you:

  • Terminal text-based python client
  • Terminal ncurses python client
  • Netcat client (wtf?)

On Python client, I wrote in a way only using ths stdlib avoiding pain to handle the dependency hell, so you can just call that:

$ python client.py

So finally... netcat. Yes! You can even just use netcat! An user called Chris in past days just logged in the server with the following message:

|16:30:37| [Chris]: Used netcad
|16:30:41| [Chris]: netcat*
|16:30:50| [Chris]: bye

So you can type netcat server.lerax.me 5558 and go on! I tested on my machine and works fine! The main reason is because the communication between server and client just use raw data. For better synchronization with text data from server while you typing, I suggest you to use a readline wrapper like rlwrap calling as rlwrap netcat server.lerax.me 5558.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].