This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Is there a tcp framework like python's twisted?

4 posts · 2385 views

my work is most about socket programming, i use python's twisted framework now,and it is easy use.
now i want to use common lisp to do it. iolib is a choice,but is hard to use.

Re: Is there a tcp framework like python's twisted?

Have you looked at common-lisp.net/project/usocket/

Re: Is there a tcp framework like python's twisted?

krzysz00 wrote:Have you looked at common-lisp.net/project/usocket/
usocket is not a framework like twisted,it's just like socket of c program language. and twisted is like libevent or ace.

Re: Is there a tcp framework like python's twisted?

Might help
Don't take the FUN out of DEFUN !