Is there a tcp framework like python's twisted?

Discussion of Common Lisp
Post Reply
liuhs
Posts: 3
Joined: Wed Mar 30, 2011 7:29 pm

Is there a tcp framework like python's twisted?

Post by liuhs » Wed Nov 02, 2011 11:11 pm

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.

krzysz00
Posts: 4
Joined: Mon Nov 07, 2011 5:10 pm

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

Post by krzysz00 » Tue Nov 08, 2011 3:53 pm


liuhs
Posts: 3
Joined: Wed Mar 30, 2011 7:29 pm

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

Post by liuhs » Wed Nov 09, 2011 4:35 am

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.

Indecipherable
Posts: 47
Joined: Fri Jun 03, 2011 5:30 am
Location: Behind you.
Contact:

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

Post by Indecipherable » Fri Nov 11, 2011 1:36 pm

Don't take the FUN out of DEFUN !

Post Reply