Talk:Actor model implementation

Latest comment: 10 years ago by 128.101.221.166 in topic FORTH?

Untitled

edit

This is a stub for an article that is about to be written as per suggestion in the discussion page of Actor model. In the meantime please feel free to begin.

Why this article exists now

edit

This article exists because Actor model was being vandalized by the insertion of specialized discussion that properly belongs in this article.--Carl Hewitt 20:38, 12 July 2005 (UTC)Reply

Scheme?

edit

Ableman and Sussman attempting to implement the Actor model as Scheme, especially w/r/t the meta-circular eval, doesn't even get an honorable mention here?

The problem with Scheme, it seems to me, is that it acts more like "one big Actor" rather than communications between actors; the functions -- named or anonymous -- are just messages. 71.246.25.169 10:57, 18 January 2006 (UTC)Reply
Scheme seems to avoid the problem of Namespace as defined by Hans Reiser. I believe Actors are defined by their namespaces, or in FORTH parlance, by their word dictionaries (ala metacompilers). (FORTH also assumes an eval, with the : syntax convention.)

FORTH?

edit

What is the relevance of the FORTH to the actor model?

There is link but no explanation.

Could it be misplaced here instead of Actor (programming language)? 128.101.221.166 (talk) 07:21, 5 June 2014 (UTC)Reply

Erlang?

edit

Just out of curiousity, would Erlang be considered an actual implementation of the Actor model? If not, why not? 124.107.146.20 (talk) 05:22, 22 April 2008 (UTC)Reply

And if not, what would be? It's hard to believe there isn't any widely used language that implements this crucial concept.--88.73.34.231 (talk) 14:45, 30 August 2013 (UTC)Reply

markup

edit

"When Request[Bind[identifier value] customer] is received by an Actor Environment, a new environment Actor is created such that When the new environment Actor receives Request[Lookup[identifier’] customer’] then if identifier is the same as identifier’ send customer’ Returned[value], else etc pp" Please set the code apart somehow. My eyes hurt and my brain goes on strike. Maybe make those nested when-if-then-elses clearer by indentation? --87.162.29.17 (talk) 00:48, 4 March 2009 (UTC)Reply