Yampa
From HaskellWiki
(Difference between revisions)
(mailing list links) |
(downloads) |
||
| Line 2: | Line 2: | ||
Yampa was originally developed by the [http://haskell.cs.yale.edu/yale Yale Haskell Group]. | Yampa was originally developed by the [http://haskell.cs.yale.edu/yale Yale Haskell Group]. | ||
| + | |||
| + | == Downloads == | ||
| + | |||
| + | * [http://haskell.org/yampa/Yampa-0.9.1.tgz Robotics Simulator Bundle v0.9.1] | ||
== Links == | == Links == | ||
Revision as of 21:58, 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.
1 Downloads
2 Links
- Yampa Home Page
- Yampa-Users mailing list - Yampa-related comments, questions, discussions, and announcements. You can also send bug reports to yampa-bugs@cs.yale.edu.
- George Giorgidze is working on a modular music synthesizer written in Haskell and using Yampa.
