@hackage haskarrow0.0
A dialect of haskell with order of execution based on dependency resolution
Categories
License
GPL-3.0-only
Maintainer
Timothy Hobbs <timothyhobbs@seznam.cz>
Links
Versions
- 0.0 Sat, 4 Aug 2012
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
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.