Actors in Scala.net
Posted
by weijiajun
on Stack Overflow
See other posts from Stack Overflow
or by weijiajun
Published on 2010-06-07T06:12:57Z
Indexed on
2010/06/07
8:12 UTC
Read the original article
Hit count: 264
I have recently completed some study of erlang, and was intrigued by scala for its feature set and the ease of interpolating with java (and possibly .net) applications. I am finally studying actors and was wondering if there is an actor mechanism that currently works in .net.
I have looked at the libararies that come down with sbaz and have found that there is a scala.Concurrent but no scala.actors.Actor. I tried to use the scala.Concurrent.Channel but was unable to use the ! to send messages.
I was just wondering if this is something that is currently available and if so how do you go about setting it up.
© Stack Overflow or respective owner