Difference between revisions of "Yampa"

From HaskellWiki
Jump to navigation Jump to search
(reorganized, added George Giorgidze, link to arrows)
(added Yale Haskell Group)
Line 1: Line 1:
 
Yampa is a domain-specific embedded language for the programming of hybrid systems using the concepts of [[Functional Reactive Programming]] (FRP). Yampa is structured using [[Arrow]]s, which greatly reduce the chance of introducing space- and time-leaks into reactive, time-varying systems.
 
Yampa is a domain-specific embedded language for the programming of hybrid systems using the concepts of [[Functional Reactive Programming]] (FRP). Yampa is structured using [[Arrow]]s, which greatly reduce the chance of introducing space- and time-leaks into reactive, time-varying systems.
  +
  +
Yampa was originally developed by the [http://haskell.cs.yale.edu/yale Yale Haskell Group].
   
 
== Links ==
 
== Links ==

Revision as of 17:24, 21 February 2008

Yampa is a domain-specific embedded language for the programming of hybrid systems using the concepts of Functional Reactive Programming (FRP). Yampa is structured using Arrows, which greatly reduce the chance of introducing space- and time-leaks into reactive, time-varying systems.

Yampa was originally developed by the Yale Haskell Group.

Links