[Haskell-cafe] [reactive] A pong and integrate

Limestraël limestrael at gmail.com
Tue May 18 13:45:49 EDT 2010


Time has to be an external signal?
I saw dow uses the Simple experimental branch, and I don't see how you
synchronize elerea with GLFW (what is done by driveNetwork in the Chase and
Breakout examples which use the main branch).

2010/5/18 Patai Gergely <patai_gergely at fastmail.fm>

> > Doesn't SignalGen replace SignalMonad in the experimental branch ? They
> > aren't meant to be used together, are they?
> Absolutely, they are incompatible, and play the same role in the
> respective versions.
>
> > But there is no notion of time, here. So how do I make sure the network
> > is updated with the right amount of time?
> Time is just an external parameter. You can use the Param version if you
> don't want to supply it as an external signal but pass it to the
> superstep. Since the system doesn't rely on this type in any way (it's
> basically a globally accessible value for the whole network), you are
> free to choose whatever structure you want, not just a single Double
> value like in the old version.
>
> Gergely
>
> --
> http://www.fastmail.fm - mmm... Fastmail...
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100518/12556c4a/attachment.html


More information about the Haskell-Cafe mailing list