![[JSConfUS 2013] Adam Solove: Constraint programming in the browser](https://i.ytimg.com/vi/72sWgwaAoyk/default.jpg)
Slides: https://github.com/asolove/jsconf-2013-slides
Description: Constraint programming is a paradigm that lets programmers specify the relationships between different variables, and then maintain those relationships even as the user toys with each variable. Cassowary is a fast constraint solver which now powers auto layout in iOS applications. The JavaScript port of Cassowary brings fast ...