Applications and libraries/Extended Haskell: Difference between revisions
(Moved extended haskell stuff from the old libraries page.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{unknown copyright}} | {{unknown copyright}} | ||
{{LibrariesPage}} | |||
== Extended Haskell == | == Extended Haskell == |
Revision as of 18:11, 22 March 2006
- The copyright status of this work is not known. Please help resolve this on the talk page.
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.
Extended Haskell
The purpose of these systems is to enhance the capabilities of Haskell in some way. These are not targeted at any specific application domains.
- HaRP
- A Haskell extension that extends the normal pattern matching facility with the power of regular expressions.
- Arrows
- Ross Patterson has developed a preprocessor that provides a nice notation for Arrows, a generalization of monads.
- Functional Reactive Programming
- Functional reactive programming integrates time flow into functional programming. This provides an elegant way to express computation in domains such as interactive animations, robotics, computer vision, user interfaces, and simulation. The Yampa system is an implementation of FRP based on arrows.