Please log in to watch this conference skillscast.
Most build systems start small and simple, but over time grow into hairy monsters that few dare to touch. Our favourite Glasgow Haskell Compiler is no exception. In this talk, you will learn that there are a few issues that cause build systems major scalability challenges, and many pervasively used build systems (e.g. Make) do not scale well. You will use functional programming to design abstractions for build systems and overcome these challenges. You will explore a new build system for GHC, called Hadrian, that we engineered using these abstractions. The result is more scalable, faster, and spectacularly more maintainable than its Make-based predecessor.
YOU MAY ALSO LIKE:
Meet Hadrian: a new build system for GHC
Andrey Mokhov
Andrey Mokhov's general interests are in applying abstract mathematics and functional programming to solving large-scale engineering problems.