Re: [Haskell-cafe] Simplest way to learn FRP through use

2013-06-01 Thread Tikhon Jelvis
Right. It's at https://github.com/TikhonJelvis/Reactive-Life. On May 31, 2013 11:46 PM, "Christopher Howard" < christopher.how...@frigidcode.com> wrote: > On 05/31/2013 07:47 PM, Tikhon Jelvis wrote: > > My favorite mini app is John Conway's game of life. I implemented a > > version with reactive

Re: [Haskell-cafe] Simplest way to learn FRP through use

2013-06-01 Thread Jose A. Lopes
FRP research http://www.mpi-sws.org/~neelk/ On 01-06-2013 08:43, Christopher Howard wrote: On 05/31/2013 07:47 PM, Tikhon Jelvis wrote: My favorite mini app is John Conway's game of life. I implemented a version with reactive banana and found it perfect for le

Re: [Haskell-cafe] Simplest way to learn FRP through use

2013-05-31 Thread Christopher Howard
On 05/31/2013 07:47 PM, Tikhon Jelvis wrote: > My favorite mini app is John Conway's game of life. I implemented a > version with reactive banana and found it perfect for learning the ideas. > > I have a simple version of the code up on GitHub if you ever want a nice > example to read. I tried to

Re: [Haskell-cafe] Simplest way to learn FRP through use

2013-05-31 Thread Tommy Thorn
Unless I am missing something, "The Haskell School of Expression" has an excellent introduction to it. Tommy On May 31, 2013, at 20:41 , Christopher Howard wrote: > I want to learn FRP but am having trouble wading through all the theory > about how FRP is implemented and how it /could/ be us

Re: [Haskell-cafe] Simplest way to learn FRP through use

2013-05-31 Thread Tikhon Jelvis
My favorite mini app is John Conway's game of life. I implemented a version with reactive banana and found it perfect for learning the ideas. I have a simple version of the code up on GitHub if you ever want a nice example to read. I tried to make the code neat rather than worrying about performan

[Haskell-cafe] Simplest way to learn FRP through use

2013-05-31 Thread Christopher Howard
I want to learn FRP but am having trouble wading through all the theory about how FRP is implemented and how it /could/ be used for various applications. What is the simplest, easiest-to-learn module or system allowing you to quickly make something interesting (if not very impressive) in an FRP sty