Clojure inheritance
Sunday, June 20th, 2010Table of Contents for Clojure Progression
- Compiling Clojure Code with Leiningen
- My Clojure Editor
- Clojure and Cassandra with clj-cassandra
- Flash with HTTP Client Lib and Compojure
- Compojure Sessions with Sandbar
- Clojure and a PicoLisp database via HTTP
- Clojure inheritance
- Sessions and JSON with Ring, Compojure and Flash AS3
- File uploads with Clojure, Ring and Compojure
- MongoDB, Clojure, JSON and PHP – CongoMongo issues and solutions
So here’s ye old car example. Pretend we have a class Car in (insert your favourite OO language here), then we extend the car class with Sportscar and Pickup, the door-count method of the Car class will return “I have four doors” and the car-description method is overridden in the two extending classes.... Read More