ETE 2014

Philly ETE 2014 – Ambrose Bonnaire-Sergeant – What if Type Checkers were more like Linters?

By separating the type checker from the compiler, we avoid infecting the rest of the language with the massive complexities of a static type system. Our compiler is simple and robust, our language design is unrestricted by an arbitrary type system, and our users are free to choose the right type system for the job.

In this talk, we explore this idea further and demonstrate what such a type system is like to use.

Philly ETE 2014 – Ken Rimple – AngularJS 101

I presented a basic tutorial on AngularJS at Philly ETE this year, pinch hitting for a speaker who had to cancel at the last minute. My slides end abruptly, however, the points are made and for more information I refer you to our website content on AngularJS, as well as our two-day training course. For … Read More