Rich Hickey: Keynote
Written by Eric Normand. Published: March 17, 2012.
Eric Normand's Newsletter
Software design, functional programming, and software engineering practices
Over 5,000 subscribers
Reference: Rich Hickey: Keynote
I just rewatched this great talk where Rich Hickey talks about some future directions for Clojure.
Notes
- Different build targets - leaner and fatter builds of Clojure for deployment and development
- Clojure in Clojure - protocols, records, and deftype at the bottom
- Code analysis using core.logic - type checking, other analysis
- Pods - safely encapsulate state change
- Extensible reader - making Clojure a better format than JSON and XML