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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
