Friday, December 17, 2010

Solving the Expression Problem with Clojure 1.2

http://www.ibm.com/developerworks/java/library/j-clojure-protocols/index.html

Clojure expert Stuart Sierra introduces you to new features in Clojure 1.2 that solve the Expression Problem, a classic programming dilemma. Protocols let you extend preexisting types to new methods, and datatypes let you extend preexisting methods to new types — all without changing the existing code. You'll also see how Java™ interfaces and classes can interact with Clojure protocols and datatypes.

Posted via email from miner49r

No comments: