Discrete event simulation
Hi. I'm wondering if there is work done about discrete event simulation in functional languages, and more specifically, Haskell DSLs. Any pointers? Regards, Bruno Martínez Conectese mas rapido y ahorre hasta un 50% Tel. 0909.2030 => $0,15 IVA incluido el minuto ______________________________________________________ http://www.internet.com.uy - En Uruguay somos internet Conectese mas rapido y ahorre hasta un 50% Tel. 0909.2030 => $0,15 IVA incluido el minuto ______________________________________________________ http://www.internet.com.uy - En Uruguay somos internet
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 -- Best regards, Bulat mailto:bulatz@HotPOP.com
On Mon, 30 May 2005 09:52:43 +0400, Bulat Ziganshin <bulatz@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
I'm wondering if there is work done about discrete event simulation in functional languages, and more specifically, Haskell DSLs. Any pointers?
Check out Yampa: http://haskell.org/yampa/ /Niklas
On Mon, 30 May 2005 10:00:54 +0200, Niklas Broberg <niklas.broberg@gmail.com> wrote:
I'm wondering if there is work done about discrete event simulation in functional languages, and more specifically, Haskell DSLs. Any pointers?
Check out Yampa: http://haskell.org/yampa/
I will. Thanks. Bruno
participants (4)
-
Bruno Martínez - INCO -
Bruno Martínez Aguerre -
Bulat Ziganshin -
Niklas Broberg