Yampa

From HaskellWiki
Revision as of 09:04, 31 March 2011 by Henk-Jan van Tuyl (talk | contribs) (→‎External Links: Added a link to "Demonstrating a Time Leak in Arrowized FRP")
Jump to navigation Jump to search


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.

Downloads

  • YampaSynth - is a software synthesizer implemented in Haskell using Yampa. It contains a framework of sound generating and sound shaping modules (e.g. oscillator, amplifier, mixer, envelope generator, filter, etc.) and example applications.

External Links