User:Echo Nolan/Reactive Banana: Straight to the Point

From HaskellWiki
Revision as of 15:49, 18 September 2012 by Echo Nolan (talk | contribs) (New page: == Introduction == So I'm writing this tutorial as a means of teaching myself FRP and reactive-banana. It'll probably of errors and bad advice, use it at your own risk. All the tutorials...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

So I'm writing this tutorial as a means of teaching myself FRP and reactive-banana. It'll probably of errors and bad advice, use it at your own risk.

All the tutorials on FRP I've read start with a long boring theory section. This is an instant gratification article. For starters, imagine a man attempting to sharpen a banana into a deadly weapon. See? You're gratified already! Now for a boring bit:

Go install mplayer: <code-bash>apt-get install mplayer # Or equivalent </code-bash>

Get the git repository associated with this tutorial: <code-bash>git clone https://github.com/enolan/rbsttp.git </code-bash>