Difference between revisions of "Yampa"

From HaskellWiki
Jump to navigation Jump to search
(added Yale Haskell Group)
(mailing list links)
Line 6: Line 6:
   
 
* [http://haskell.org/yampa/ Yampa Home Page]
 
* [http://haskell.org/yampa/ Yampa Home Page]
  +
* [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.

Revision as of 17:29, 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