Home / Series / Clean Code / Aired Order / Season 9 / Episode 4
Home / Series / Clean Code / Absolute Order / Season 1 / Episode 92

Functional Programming Spacewar Widgets and Specs

OK, so now things are going to get really tech-y and geeky. We're going to talk about how all the GUI widgets work, how they are arranged in a hierarchy, and how they communicate events and respond to commands—all without mutating any state. The data structures we'll use for this are going to quickly get very complicated. In order to avoid losing control of them, in a dynamically-typed language like Clojure, we're going to investigate the use of Clojure's type specification library clojure.spec. Oh boy, this functional programming stuff is fun! And so is playing Spacewar! Have you played it yet?

English
  • Originally Aired January 3, 2019
  • Runtime 60 minutes
  • Created April 14, 2019 by
    Administrator admin
  • Modified April 14, 2019 by
    Administrator admin
Name Type Role
Robert C. Martin Guest Star
Robert C. Martin Director