Re: OT: Re: [Chicken-users] rails-like framework

2006-04-26 Thread Shawn Rutledge
On 4/25/06, John Cowan <[EMAIL PROTECTED]> wrote: > In that case you might as well use ASN.1, which has the advantage of > being an international standard with multiple data representations > available (including a textual one). IMHO there is little point in > concocting yet another binary represe

Re: OT: Re: [Chicken-users] rails-like framework

2006-04-26 Thread john
My packedobjects egg attempts to provide a simple way to express a subset of ASN.1 using an s-expr and then encode it using the unaligned variant of Packed Encoding Rules. It is not a general purpose encoding technique though as it meant for applications which benefit from tightly packed binary pro

Re: [Chicken-users] suspensions

2006-04-26 Thread Peter Bex
On Wed, Apr 26, 2006 at 09:25:04AM +0200, felix winkelmann wrote: > Hello! > > A new egg is available that provides support for "suspensions" (serialized > partial continuations). It can be used (among other things) for hacking > support for continuation-based web-programming into Spiffy. > > The

[Chicken-users] suspensions

2006-04-26 Thread felix winkelmann
Hello! A new egg is available that provides support for "suspensions" (serialized partial continuations). It can be used (among other things) for hacking support for continuation-based web-programming into Spiffy. The egg is still pretty experimental, so any feedback is welcome. http://www.call-