Re: Hokay, I officially give up...
"Chris Patti" <[email protected]> Mon, 01 Jun 2009 19:18:34 -0000
| Newsgroups | gmane.comp.programming.language-of-the-year |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], John Carter <john.carter@...> wrote: > > Concurrency is easier to do, very hard to get reliable. Concurrency is > hard, massive concurrency is very hard. > > We are going to need all the hardware and tool support we can get. > > > John Carter Phone : (64)(3) 358 6639 > Tait Electronics Fax : (64)(3) 359 4632 > PO Box 1645 Christchurch Email : john.carter@... > New Zealand > Have you taken a look at Microsoft's Axum? http://en.wikipedia.org/wiki/Axum_(programming_language) Whether or not you're allergic to anything running on the .Net platform, you might give this language a look. They've taken a step back and designed a language around concurrency and message passing. There are some interesting concepts there. I'd be curious to hear if those concepts could be readily implemented in other more mainstream programming languages and which of them simplified or complicated that process. -Chris (Novice Programmer)