Re: Feedback on Clojure web development post

2010-07-29 Thread Mark McGranaghan
On Jul 28, 2:23 pm, Avram wrote: > Hello Mark, > > Your post was fantastic and very well-written.  Thank-you for posting > it! Hi Avram, thanks for the feedback. > A few thoughts: > > - Perhaps adding dynamic graphs from Incanter to the project with > might make a good follow-up post ? There

Re: Feedback on Clojure web development post

2010-07-29 Thread Avram
Hello Mark, Your post was fantastic and very well-written. Thank-you for posting it! A few thoughts: - Perhaps adding dynamic graphs from Incanter to the project with might make a good follow-up post ? - Is there a reason why you preferred EC2 tools over the "elastic- mapreduce" executable or

Re: Feedback on Clojure web development post

2010-07-28 Thread Daniel
Excellent job! It's great that you're willing to devote the time to help others learn more quickly & easily! On Jul 27, 9:42 am, Savanni D'Gerinel wrote: > I thought this was pretty awesomely informative, including the > deployment to Amazon Cloud.  I already playing through and doing > developm

Re: Feedback on Clojure web development post

2010-07-27 Thread Savanni D'Gerinel
I thought this was pretty awesomely informative, including the deployment to Amazon Cloud. I already playing through and doing development with Compojure and Hiccup, and I found a lot of new things in here for me to investigate and potentially put to good use. -- Savanni On Sat, 2010-07-24 at 00

Re: Feedback on Clojure web development post

2010-07-26 Thread Steve Purcell
On 26 Jul 2010, at 17:30, tguy wrote: > When developing a web app, my preference would be to edit files using > SLIME with lein swank like all of my other development. So, I should > be able to start and stop the server from the repl and can reflect my > changes in the browser simply by reloading

Re: Feedback on Clojure web development post

2010-07-26 Thread tguy
When developing a web app, my preference would be to edit files using SLIME with lein swank like all of my other development. So, I should be able to start and stop the server from the repl and can reflect my changes in the browser simply by reloading a function. I used to be able to develop like

Re: Feedback on Clojure web development post

2010-07-26 Thread Shawn Hoover
On Sat, Jul 24, 2010 at 3:30 AM, Mark McGranaghan wrote: > Hi All, > > I recently posted to my blog on the process of developing and > deploying a simple Clojure web application: > > > http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html > > The purpose of this post is t

Re: Feedback on Clojure web development post

2010-07-26 Thread Michael Wood
On 26 July 2010 06:42, ghadi wrote: > I really appreciate this article.  Some of the compojure web > development documentation is hard to find or out of date.  I usually > end up reading the source to have a better idea of what's going on. > Clojure makes that pretty easy though. > > A couple quic

Re: Feedback on Clojure web development post

2010-07-26 Thread ghadi
I really appreciate this article. Some of the compojure web development documentation is hard to find or out of date. I usually end up reading the source to have a better idea of what's going on. Clojure makes that pretty easy though. A couple quick questions: 1) Inside (view-input), there ar

Re: Feedback on Clojure web development post

2010-07-24 Thread Ryan Waters
Thank you, Mark. It's awesome when someone has the patience, time and interest in putting something like this together so others may learn faster. I know I'll benefit from it. - Ryan (irc nick arkh) On Sat, Jul 24, 2010 at 2:30 AM, Mark McGranaghan wrote: > Hi All, > > I recently posted to my

Re: Feedback on Clojure web development post

2010-07-24 Thread David Nolen
On Sat, Jul 24, 2010 at 3:30 AM, Mark McGranaghan wrote: > > http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html This is great! :) The tools and libraries have come a long way, now we just need more killer documentation like this. Thanks for taking the time to do thi

Feedback on Clojure web development post

2010-07-24 Thread Mark McGranaghan
Hi All, I recently posted to my blog on the process of developing and deploying a simple Clojure web application: http://mmcgrana.github.com/2010/07/develop-deploy-clojure-web-applications.html The purpose of this post is twofold. The first is to provide some documentation in the form of a compl