Exciting JavaScript Part I

5 Feb, 2010 · 1 min read

I was asked to talk about advanced JavaScript techniques at the last monthly meeting of ClubAJAX — monthly get-together of Dallas-area JavaScript programmers. Instead I ended up talking about leveraging cool JavaScript features to implement well-known programming techniques and paradigms: OOP , AOP , FP , and so on.

Unfortunately I couldn’t finish in time, so I did a tour of some language features, and talked about OOP and AOP. The rest (I plan to do FP, code generation, and DSL ) will be covered later.

So I split my slides into two parts and today I publish the first part. In a month or so, when I deliver the second part, I’ll publish the rest.

Enjoy!

Direct link: Exciting JavaScript - Part I .

View more presentations from Eugene Lazutkin .

Update: I published the second part .