Skip to content
/ klouzher Public

an IRC bot with an interpreter for a Lisp-like language written in clojure

Notifications You must be signed in to change notification settings

raek/klouzher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

klouzher - an IRC bot with an interpreter for a Lisp-like language written in clojure

the main code is in se.raek.bot

libs included in this project:

* se.raek.pyttelisp -- interpreter for a Lisp-like language
* se.raek.html -- simple html parser based on clojure.xml and TagSoup
* se.raek.irc -- parsing and formatting of IRC messages
* se.raek.irc-connection -- sending and receiving IRC messages
* se.raek.coding -- converting between strings and byte arrays
* se.raek.agnostic-connection -- sending and receiving CRLR-terminated byte arrays
* se.raek.event -- event dispatchers and handlers
* se.raek.file-ref -- persistent (stored-in-a-file) references
* se.raek.swank-server -- start a Swank server

About

an IRC bot with an interpreter for a Lisp-like language written in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published