What is the good starting point for Clojure development on Google AppEngine?
Seems like there are two competing libraries appengine-magic and compojure-gae.
What is your opinion?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://github.com/gcv/appengine-magic
A nice lib. It takes away most of the stuff you don’t want to deal with. It just as easy as a normal Clojure Webapplication.
For more information about Clojure Webapplications.
Blogs about Clojure and GAE (some stuff is outdated):
The appengine-magic lib is really what you should look at. Im working with it too.