Difference between revisions of "Yampa"

From HaskellWiki
Jump to navigation Jump to search
(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]

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