[Haskell-cafe] Re: simulation in the haskell way

Eric Wong wsysdu at gmail.com
Tue Aug 18 20:19:39 EDT 2009


Thanks for all your post.

When I was using C and Python, I used to think of most applications in an
simulation way.  I think it's right to say that programs are simulations.
But now I have to change my mind in Haskell, I have to think in a data-flow
way, that is: data in, processing using function composition, data out.
Even true simulation should be seen in such a perspective, right?

And of course, I have to learn about FRP.

Thanks,
Eric


More information about the Haskell-Cafe mailing list