Type System

Programming Talks tagged with: "Type System"

"Typed Clojure in Practice" by Ambrose Bonnaire Sergeant

"Typed Clojure in Practice" by Ambrose Bonnaire SergeantTyped Clojure is an optional type system for Clojure. Typed Clojure is being used in production systems to help programmers verify, document and design correct Clojure code. In this talk, we introduce the goals of Typed Clojure and discuss how effectively Typed Clojure works in practice. We give an overview of the ...