These 4 should help you get from zero to a simple web app running on Heroku
pretty quickly:

https://github.com/technomancy/leiningen/wiki/Upgrading
https://github.com/technomancy/swank-clojure
https://github.com/kingtim/nrepl.el
https://devcenter.heroku.com/articles/clojure-web-application

Some other background you will probably want to start with:

https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md
https://github.com/weavejester/compojure/wiki
http://webnoir.org/

And the Clojure Doc Site is quickly turning into an amazing resource:

http://clojure-doc.org/



On Mon, Nov 12, 2012 at 7:29 PM, Jonathon McKitrick <jmckitr...@gmail.com>wrote:

> Hi all,
>
> I've heard many good things about clojure, and I'm finally taking the
> plunge.  I've been using Hunchentoot on SBCL for several years, and I've
> finally decided it's time to move to a current lisp with a proven platform
> and (from what I have heard) a great community.
>
> I have a project currently in php that receives POST data, saves it to a
> db, and then serves report data via JSON.  It's a dead easy concept.  The
> catch is, I've committed to moving to clojure on heroku, and I need to
> quickly learn the language and the best tools I need to do the job with a
> short learning curve.  I've found a number of tutorials and intros that
> I'll start with, but I'm open to suggestions:
>
> - Any caveats I should be aware of running clojure on heroku?
> - Is it simple enough to use SLIME (which I'm very comfortable with) and
> then push to production on heroku?
> - What libraries should I become familiar with for straightforward web
> apps?
> - What tutorials would get me up and running ASAP?  I'm currently an
> intermediate SBCL user.
>
> thanks in advance
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to