Having a own language only for COP (Concurrency Orientated Programming) is fine. Heck I'm a polyglot fan. Though I wonder if the way of STM (State Transactional Memory) wouldn't have been a better choice to boost the already existing languages for the Multi-Core problem. (See e.g. Haskell)
As far as I know all STM implementation on .NET are experimental, right?
Erlang as a true COP language has its advantages, and so will "Axum" but Erlang is already quite a long time around. Wonder if they can catch up. Especially due to OTP and CEAN.
As far as I know all STM implementation on .NET are experimental, right?
Erlang as a true COP language has its advantages, and so will "Axum" but Erlang is already quite a long time around. Wonder if they can catch up. Especially due to OTP and CEAN.