Re: ANN: Etiquette: a protocol construction tool
Miles Egan <[email protected]> Wed, 10 Sep 2003 02:36:47 -0700
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
Eugene Zaikonnikov wrote: >(This message has been posted to several lists. My apologies if you >received it already.) > >Announcement of Etiquette v0.3 >============================== > >Etiquette is an interaction protocol construction toolkit. The >project goal is to build a framework for rapid design of network >communication code. Etiquette interaction protocols are intended to >describe valid communication processes that can occur in networked >applications, along with error-handling code. Etiquette provides >protocol tracing and single-stepping support. > > This sounds pretty interesting. How hard would it be to build BEEP-based protocols in Etiquette? I've been thinking about trying to write an iCal server for a while but the BEEP stuff seems painful. It seems like there's a lot of pretty creative lisp hacking going on these days. miles