Joel Westerberg wrote:
You can work with java objects. But clojure itself is not object oriented, because it's functional, and object orientation requires state manipulation.
By whose definition? Are you saying there is no such thing as an immutable object?
Other lisps support object orientation, common-lisp for example.
Clojure is not purely functional. In fact, it has special support for managing mutable state in coherent ways.
-- 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