aspose file tools
The moose likes Clojure and the fly likes Does Clojure support OOP? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Clojure
Reply Bookmark "Does Clojure support OOP?" Watch "Does Clojure support OOP?" New topic
Author

Does Clojure support OOP?

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3401

Hey,
Since Clojure is a LISP dialect, does this mean that Clojure doesn't support OOP?
Thanks.
Javier Neira
Greenhorn

Joined: Feb 16, 2010
Posts: 5
John Todd wrote:Hey,
Since Clojure is a LISP dialect, does this mean that Clojure doesn't support OOP?
Thanks.


well already there was OOP support in at last Common Lisp:
Clojure interops directly with java and you can code clojure on top of its objects and create new classes and instances.
But i think that would go against the principles of language.
Therefore Clojure have runtime dispatch based on type (like OOP) AND value or metadata with multimethods

An example taken from that link:



And recently have implemented new forms of abstraction taking the good part of the OOP: protocols and datatypes
OOP have good and bad things and Clojure only picks the good ones ;-)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Does Clojure support OOP?
 
Similar Threads
Joy of Clojure - Questions
Real-life Clojure examples
Scale or Clojure
IDE support for closure
State of tool support