1. I added preliminary Clojure 1.3 support. (This means that I added
^{:dynamic true} tags throughout the codebase.) It seems to work, but
more eyes with more apps will make me more confident that
appengine-magic can fully support both Clojure 1.2.1 and 1.3 in the
next release.
2. Interactive REPL development has not always worked smoothly outside
of Emacs+SLIME+swank-clojure, VimClojure, and the vanilla REPL. I have
now made an attempt to improve the situation with supporting the
proper development flow with IDEs. If you use Counterclockwise
(Eclipse), La Clojure (IntelliJ IDEA), or Enclojure (NetBeans), please
try the new version and see if it works.
The code is available on the v0.4.6 branch on GitHub
(https://github.com/gcv/appengine-magic/tree/v0.4.6), and the latest
beta artifact is on Clojars as 0.4.6-SNAPSHOT.