Re: [Haskell-cafe] Mitigating state-threading through an application loop

2011-12-21 Thread wren ng thornton
On 12/20/11 11:08 AM, Michael Serra wrote: Hello Haskellers, I'm implementing a simple tree-manipulating (for sports tournaments) application prototype, with SDL for graphics and simple user interaction. For reference, I've posted the code on hpaste. My question is abo

Re: [Haskell-cafe] Mitigating state-threading through an application loop

2011-12-20 Thread Antoine Latter
On Tue, Dec 20, 2011 at 11:08 AM, Michael Serra wrote: > Hello Haskellers, >   I'm implementing a simple tree-manipulating (for sports tournaments) > application prototype, with SDL for graphics and simple user interaction. > For reference, I've posted the code on hpaste.  My question is about cod

Re: [Haskell-cafe] Mitigating state-threading through an application loop

2011-12-20 Thread Vo Minh Thu
2011/12/20 Michael Serra : > Hello Haskellers, >   I'm implementing a simple tree-manipulating (for sports tournaments) > application prototype, with SDL for graphics and simple user interaction. > For reference, I've posted the code on hpaste.  My question is about code > organization: everything

[Haskell-cafe] Mitigating state-threading through an application loop

2011-12-20 Thread Michael Serra
Hello Haskellers, I'm implementing a simple tree-manipulating (for sports tournaments) application prototype, with SDL for graphics and simple user interaction. For reference, I've posted the code on hpaste. My question is about code organization: everything was simple a