[Haskell] Re: Discrete event simulation
Bruno Martínez - INCO
brunom at fing.edu.uy
Tue May 31 20:48:08 EDT 2005
On Mon, 30 May 2005 09:52:43 +0400, Bulat Ziganshin <bulatz at HotPOP.com>
wrote:
> Hello Bruno,
>
> Monday, May 30, 2005, 3:13:08 AM, you wrote:
>
> BMA> I'm wondering if there is work done about discrete event simulation
> in
> BMA> functional languages, and more specifically, Haskell DSLs. Any
> pointers?
>
> FP language Erlang was created especially to program phone exchanges
> which is close to your area - but it is about dealing with real events
> instead of simulating. it is better than Haskell in creating
> distributed net of processes which send events to each other
>
> on the other side, you can emulate your objects via Haskell threads
> and use Chan'nels to send events between them
Thanks for the info. I've found
Discrete Event Simulation in Erlang
by Andreas Ermedahl
Design Patterns for Simulations in Erlang/OTP
by Ulf Ekström
Regards,
Bruno
More information about the Haskell
mailing list