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 4: Line 4:
   
 
== Downloads ==
 
== Downloads ==
  +
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Yampa The Yampa package]
   
 
=== Yale Haskell Group ===
 
=== 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] (dated 2002-10-17)
* AFRP Release 0.4:
+
* AFRP Release 0.4 (will not compile with recent GHC):
 
** [http://haskell.org/yampa/RELNOTES.txt Release Notes for 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-src.tgz x86 / Linux Source Code]

Revision as of 21:05, 22 January 2009

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