Re: Yet another web framework for Clojure.

2009-06-19 Thread Matt
Never mind.. I talked to a local Ruby guru who explained Rack to me. I went ahead and replaced my Jetty server script with a Ring server script and everything worked. I'm surprised it only took about an hour to do. The Ring adapter and server will be added in the next release. On Jun 19, 8:07 a

Re: Yet another web framework for Clojure.

2009-06-19 Thread Matt
I do plan on continuing it's development longer term. I have a couple projects which Conjure would work great with. On Jun 19, 7:47 am, rb wrote: > On Jun 18, 11:11 pm, Matt wrote: > > > > > Hi all, > > > I was recently introduced to Clojure by a coworker, and have been > > loving it ever since

Re: Yet another web framework for Clojure.

2009-06-19 Thread Matt
I've taken a look at Ring's Github pages, but I still don't fully understand it. Is there a good tutorial on how to use it, or is it best just to look at example code? On Jun 18, 7:48 pm, James Reeves wrote: > On Jun 18, 10:11 pm, Matt wrote: > > > I've also added a simple hello world tutorial

Re: Yet another web framework for Clojure.

2009-06-19 Thread rb
On Jun 18, 11:11 pm, Matt wrote: > Hi all, > > I was recently introduced to Clojure by a coworker, and have been > loving it ever since. I jumped in head first writing a Rails like web > framework with it before I realized how many other basic web > frameworks are out there. Anyways, it's a fun p

Re: Yet another web framework for Clojure.

2009-06-18 Thread James Reeves
On Jun 18, 10:11 pm, Matt wrote: > I've also added a simple hello world tutorial which demonstrates most > of the features of Conjure so far: I like the name. Have you considered making it compatible with Ring, Clojure's Rack equivalent? - James --~--~-~--~~~---~--~-