Yampa: Difference between revisions

From HaskellWiki
(downloads)
(more download links)
Line 4: Line 4:


== Downloads ==
== Downloads ==
=== Yale Haskell Group ===


* [http://haskell.org/yampa/Yampa-0.9.1.tgz Robotics Simulator Bundle v0.9.1]
* [http://haskell.org/yampa/Yampa-0.9.1.tgz Robotics Simulator Bundle v0.9.1]
* AFRP Release 0.4:
** [http://haskell.org/yampa/RELNOTES.txt Release Notes for 0.4]
** [http://haskell.org/yampa/afrp-0.4-src.tgz x86 / Linux Source Code]
** [http://haskell.org/yampa/afrp-0.4-win32-src.tgz Windows Source Code]
=== Others ===
==== George Giorgidze ====
* [http://www.cs.nott.ac.uk/~ggg/software/yampasynth.tar.gz Yampa Synth] - source code (includes Yampa library), Linux binary, sound font, and sample music


== Links ==
== External Links ==


* [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://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 22:31, 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.

Downloads

Yale Haskell Group

Others

George Giorgidze

  • Yampa Synth - source code (includes Yampa library), Linux binary, sound font, and sample music

External Links