Is F# a poor choice for a functional language
Posted
by dagda1
on Stack Overflow
See other posts from Stack Overflow
or by dagda1
Published on 2010-05-21T08:50:24Z
Indexed on
2010/05/21
9:00 UTC
Read the original article
Hit count: 256
Hi,
To me, I think F# is a bad choice due to the fact that it uses threads behind the scenes. To me, threads are too "heavy" due to things like context switching.
I can see why Erlang is a good choice because it uses light weight processes.
Am I wrong?
Cheers
Paul
© Stack Overflow or respective owner