Popularity
9.5
Stable
Activity
1.3
-
225
13
16

Monthly Downloads: 12
Programming language: TeX
License: MIT License
Tags: Algorithms     Data Structures    

build alternatives and similar packages

Based on the "Algorithms" category.
Alternatively, view build alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of build or a related project?

Add another 'Algorithms' Package

README

Build Systems à la Carte

Hackage version Linux & OS X status Windows status

This project provides an executable framework for developing and comparing build systems, viewing them as related points in landscape rather than as isolated phenomena. The code derives from the ICFP 2018 paper "Build Systems à la Carte" (PDF).

Getting Started

You may be interested to:

  • Run stack test to execute all the provided build systems on a very simple example.
  • Look at the HTML documentation of all modules for the last release, or generate it yourself using stack haddock.
  • Read the code, particularly [Build.System](src/Build/System.hs), which is the concrete implementation of all build systems.

Related Material