[Haskell-cafe] OT: Monad co-tutorial: the Compilation Monad
Max Bolingbroke
batterseapower at hotmail.com
Fri Dec 17 08:32:49 CET 2010
On 17 December 2010 00:59, Gregg Reynolds <dev at mobileink.com> wrote:
> My real goal is to think about better
> language for software build systems, since what we have now is pretty weak,
> in my view.
I can't speak for your monad based approach, but you may be interested
in Neil Mitchell's Haskell DSL for build systems, called Shake:
http://community.haskell.org/~ndm/downloads/slides-shake_a_better_make-01_oct_2010.pdf
I have an open source implementation of it which has all the core
functionality at http://github.com/batterseapower/openshake. (Warning:
the code is quite ugly at the moment)
Cheers,
Max
More information about the Haskell-Cafe
mailing list