WxFruit: Difference between revisions
(→See also: Remove dead link) |
(→See also: Remove dead link) |
||
Line 14: | Line 14: | ||
* [[Yampa]] | * [[Yampa]] | ||
* [http://sourceforge.net/project/showfiles.php?group_id=168626&package_id=199138 YaPan], a forked version of wxFruit (dated 2006-10-16, will not compile with recent GHC) | * [http://sourceforge.net/project/showfiles.php?group_id=168626&package_id=199138 YaPan], a forked version of wxFruit (dated 2006-10-16, will not compile with recent GHC) | ||
* [http://www.cs.uu.nl/wiki/pub/Afp0607/DomainSpecificLanguages/fruit.pdf Juicy Fruit], slides in a PDF file | * [http://www.cs.uu.nl/wiki/pub/Afp0607/DomainSpecificLanguages/fruit.pdf Juicy Fruit], slides in a PDF file | ||
* [http://web.archive.org/web/20071224143245/http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/ WxFruit], the old homepage in the Web Archive | * [http://web.archive.org/web/20071224143245/http://zoo.cs.yale.edu/classes/cs490/03-04b/bartholomew.robinson/ WxFruit], the old homepage in the Web Archive |
Latest revision as of 07:25, 2 January 2018
wxFruit is a graphical user interface that combines some of the power and versatility of wxHaskell with the elegance and simplicity of Fruit. The interface of wxFruit has a functional style, using arrows, whereas wxHaskell has an object oriented style.
The package includes a demo game, PaddleBall:

After installing wxFruit, type paddle
at a shell prompt to start the game; try to keep the ball in the game, using the mouse to move the paddle.
The position of developer/maintainer is currently open.
See also
- The wxFruit package. (Version 0.1.2 can be compiled with GHC 6.10)
- Arrow
- wxHaskell
- Yampa
- YaPan, a forked version of wxFruit (dated 2006-10-16, will not compile with recent GHC)
- Juicy Fruit, slides in a PDF file
- WxFruit, the old homepage in the Web Archive