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?
Don't take the FUN out of DEFUN !