Today we are going to talk Clojure’s records. They are kind of like a struct in C++, but have a few extra things in them. We will also talk about how to link records together to build more interesting data structures.