Ken Wesson <kwess...@gmail.com> writes: >> Actually you don't need to AOT compile records or types. They work fine >> for interactive development. > > Eh. That's not what I saw written elsewhere. Or is it just protocols? > Though usually those are used hand-in-hand with records.
Perhaps you're thinking of gen-class? Protocols are also fine for interactive development. http://clojure.org/Protocols says: > defprotocol is dynamic, and does not require AOT compilation http://clojure.org/datatypes says: > [Types and records] are suitable for dynamic and interactive > development, need not be AOT compiled, and can be re-evaluated in > the course of a single session. -- 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