User talk:DavidE

From HaskellWiki
Revision as of 16:11, 10 February 2013 by DavidE (talk | contribs) (New page: == Bogre-Banana == What is Bogre-Banana Bogre-Banana is a 3D game engine for Haskell. It used haskell bindings to the OGRE 3D engine and a library called Reactive-Banana, to create a "Fu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bogre-Banana

What is Bogre-Banana

Bogre-Banana is a 3D game engine for Haskell. It used haskell bindings to the OGRE 3D engine and a library called Reactive-Banana, to create a "Functional Reactive Programming" interface. This interface is designed to be concise and easy to use.


What is "Functional Reactive Programming"

Functional Reactive Programming (FRP) is a programming paradigm used widely with Functional languages to create interactive programs.