Julien Danjou 1/4/2013

Integrating cl-irc and cl-async

Read Original

This article provides a detailed technical tutorial on connecting the cl-irc IRC library to the cl-async event-driven framework in Common Lisp. It explains the challenges of establishing a TCP connection for IRC within an event loop, demonstrates code for creating a connection object, and discusses solutions like building closures to properly handle message reading and event callbacks for an asynchronous IRC client.

Integrating cl-irc and cl-async

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week