haskarrow

A dialect of haskell with order of execution based on dependency resolution

Latest on Hackage:0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-3.0-only licensed by Timothy Hobbs
Maintained by Timothy Hobbs

This haskell preprocessor will allow you to write "haskarrow" code. Haskarrow is a semi-impertive language. In a normal imperitive language evaluation happens top to bottom. In haskarrow, each command is given a set of dependencies. Commands are then excecuted in order of dependency resolution, those commands that have the fewest dependencies comming before those with the most.