Latest Screencasts (page 3)
Episode 7 - Abstraction Grafting
Full Disclojure - 2010-01-17 - free
In this episode I discuss how to add an abstraction onto existing types to improve code reuse. You can find the show notes & code here:
Watch this screencastEpisode 6 - Point Free Clojure
Full Disclojure - 2010-01-11 - free
In this episode I review how to use comp & partial, and write point free code in Clojure. You can find the show notes here:
Watch this screencastEpisode 5 - Expression Threading
Full Disclojure - 2010-01-03 - free
In this episode I describe how to use the two expression threading macros, - and -. The show notes are available here:
Watch this screencastEpisode 4 - Constraints
Full Disclojure - 2009-12-26 - free
In this episode I cover how to use the new constraint system in Clojure 1.1. The official Clojure documentation: clojure.org/special_forms#toc10 You can find Fogus' original article here: blog.fogus.me/2009/12/21/clojures-pre-and-post/ The show notes are available on github here: github.com/francoisdevlin/Full-Disclojure/tree/master/src/episode_004/Cast: Sean DevlinTags: Clojure, 1.1 and Constraints
Watch this screencastEpisode 3 - Templates
Full Disclojure - 2009-12-23 - free
In this episode I describe how to use the clojure.template namespace. Show notes are available here: github.com/francoisdevlin/Full-Disclojure/tree/master/src/episode_003/Cast: Sean DevlinTags: Clojure, Template and 1.1
Watch this screencastEpisode 2 - Transients
Full Disclojure - 2009-12-22 - freeEpisode 1 - Futures & Promises
Full Disclojure - 2009-12-21 - free
In the inuagral episode I discuss two new features in Clojure 1.1, futures & promises.
Watch this screencast