On Nov 24, 6:41 am, Vesa Marttila <vtmartt...@gmail.com> wrote: > I have a question about this release: I understood from this release > announcement that entities can be saved from the REPL, but I was not > able to do so and the official documentation still states that it > can't be > done, which is the case?
You can't directly use datastore functions from the REPL. When I said "interactive development through the REPL", I meant the ability to recompile individual files and functions inside a running application — this definitely works across the board; it was a design requirement for appengine-magic. You need to use an editor-linked REPL for this functionality, such as SLIME. I believe VimClojure, Enclojure (NetBeans), Counterclockwise (Eclipse), and La Clojure (IntelliJ IDEA) should also work, but do not use them myself. That said, I hear you loud and clear. Several other people have asked me about making it possible to use the datastore from the REPL. I actually tried to get that into this release, but it requires a decent amount of hackery. I'll see what I can do about putting this into the next release. -- 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