All videos
All videos
Tools: I see what you did there: Incrementalism and Inference in Build Tools
April 15, 2018
Build tools are incremental execution engines for the decomposed and dependent steps of taking your project from its base inputs, all the way through to an output like a deploy binary, a test run, or a loaded repl. Incremental execution, ie: using languages or frameworks to track dependencies and minimize the amount of re-execution necessary after inputs have changed (while avoiding associated overheads), is a well studied problem. Given that, why have build systems not yet been “”solved”” once and for all? This talk will discuss the tradeoffs involved in build tool execution models and what they mean for our users. It will also focus on solved and open questions in systems like Bazel, Mill, Pants, and others.
Tags
Other videos that you might like

Bridging the tooling gap with Scala.js
Gabriele Petronella

From Spark ML model creation to production application in 15 minutes with IBM Watson Machine Learning
Łukasz Ćmielowski, Alexandre Quemy

Enforce best coding practices with Scalafix linting
Vladimir Polushin

The perfect build tool
Jan Christopher Vogt