If not specific assume I'm talking about Js.
- Things this talk will not be about: DOM, jQuery, prototypal inheritance
- Syntax
- first class functions
this
- quick clojure syntax and introduction
- clojure partial
- why is partial useful
- partial implementation
- Title
- What this talk is not about
- What this talk is about
- Syntax
- Scope
- Functions In General (pure and sideaffecty) (CHECK)
- Functions in Clojure
- Functions in Javascript
- Module Pattern
- Closures