This may be a question that others have seen, but I am trying to find the best language for concurrent programming that can run on the .net platform.
I have been doing side development in erlang to get a feel for the language and have loved how easy it is to get a stable concurrent or even distributed system up. It led me to scala which also had a nice system using actors, however scala.net does not seem to have this functionality currently (Granted this is a concurrent system vs a distributed system). The two .net languages I was looking at are Axum and F#.
My question is if there is anyone that has done extensive development in Axum and what their feeling about it are, and if there is anyone that has done any F# concurrent & distributed programming?
(To Clarify I mean the best language, that runs on the .net framework, to write concurrent applications)