Re: [ANN] peridot 0.2.1 released

2013-05-30 Thread Nelson Morris
Thanks for posting the link. I'll have to make sure to follow an ANN guide instead of memory next time. On May 29, 2013 11:40 PM, "Michał Marczyk" wrote: > https://github.com/xeqi/peridot > > > On 30 May 2013 06:13, Michael Klishin wrote: > > > > 2013/5/30 Nelson Morris > >> > >> peridot is a l

Re: [ANN] peridot 0.2.1 released

2013-05-29 Thread Michał Marczyk
https://github.com/xeqi/peridot On 30 May 2013 06:13, Michael Klishin wrote: > > 2013/5/30 Nelson Morris >> >> peridot is a library for interacting with ring apps while maintaining >> state between requests, such as a cookie jar > > > Nelson, > > Does your project have a site or a github repo?

Re: [ANN] peridot 0.2.1 released

2013-05-29 Thread Michael Klishin
2013/5/30 Nelson Morris > peridot is a library for interacting with ring apps while maintaining > state between requests, such as a cookie jar Nelson, Does your project have a site or a github repo? There are no links in your announcement. -- MK http://github.com/michaelklishin http://twitte

[ANN] peridot 0.2.1 released

2013-05-29 Thread Nelson Morris
I am happy to announce the release of peridot 0.2.1. peridot is a library for interacting with ring apps while maintaining state between requests, such as a cookie jar. An example: ``` (-> (session ring-app) ;Use your ring app (request "/login" :request-method :post