Difference between revisions of "Yampa"

From HaskellWiki
Jump to navigation Jump to search
(Added a link to the Yampa package at Hackage; added remarks about bit rotten software)
Line 25: Line 25:
 
* [http://mailman.cs.yale.edu/mailman/listinfo/yampa-users Yampa-Users mailing list] - Yampa-related comments, questions, discussions, and announcements. You can also send bug reports to [mailto:yampa-bugs@cs.yale.edu yampa-bugs@cs.yale.edu].
 
* [http://mailman.cs.yale.edu/mailman/listinfo/yampa-users Yampa-Users mailing list] - Yampa-related comments, questions, discussions, and announcements. You can also send bug reports to [mailto:yampa-bugs@cs.yale.edu yampa-bugs@cs.yale.edu].
 
* [http://www.cs.nott.ac.uk/~ggg/ George Giorgidze] is working on a modular music synthesizer written in Haskell and using Yampa.
 
* [http://www.cs.nott.ac.uk/~ggg/ George Giorgidze] is working on a modular music synthesizer written in Haskell and using Yampa.
  +
* [http://lambdor.net Blog about Yampa] - introduction tutorials and diagrams

Revision as of 14:26, 18 August 2010

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

Yale Haskell Group

Others

George Giorgidze

  • 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