Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 572 Bytes

NOTES.md

File metadata and controls

27 lines (22 loc) · 572 Bytes

Notes for talk

Things the presentation should have

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

Outline

  1. Title
  2. What this talk is not about
  3. What this talk is about
  4. Syntax
  5. Scope
  6. Functions In General (pure and sideaffecty) (CHECK)
  7. Functions in Clojure
  8. Functions in Javascript
  9. Module Pattern
  10. Closures