Difference between revisions of "ActorModel"
From Lost In Wonderlands
(Created page with "= Actor Model = '''NeXT Steps''' ''here everything has yet to be done !'' ''coming soon'' : '''''Everything You Always Wanted to Know on Subject... (But Were Afraid to...") |
(→= CAF) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
* https://en.wikipedia.org/wiki/Actor_model | * https://en.wikipedia.org/wiki/Actor_model | ||
+ | * https://www.drdobbs.com/parallel/prefer-using-active-objects-instead-of-n/225700095 | ||
− | === CAF === | + | == Implementations == |
+ | |||
+ | |||
+ | === Objective C === | ||
+ | |||
+ | ==== ActorKit ==== | ||
+ | * https://github.com/stevedekorte/ActorKit | ||
+ | |||
+ | |||
+ | === C === | ||
+ | |||
+ | ==== libactor ==== | ||
+ | * https://code.google.com/archive/p/libactor/ | ||
+ | |||
+ | |||
+ | === C++ === | ||
+ | https://code.google.com/archive/p/libactor/ | ||
+ | ==== CAF ==== | ||
* https://actor-framework.org | * https://actor-framework.org | ||
+ | |||
+ | ===== repositories ===== | ||
+ | * https://github.com/actor-framework | ||
+ | * https://github.com/actor-framework/actor-framework | ||
+ | * https://github.com/actor-framework/incubator | ||
+ | * https://github.com/actor-framework/evolution | ||
+ | |||
+ | ==== OOSMOS ==== | ||
+ | * https://www.oosmos.com/ | ||
+ | |||
+ | ==== Theron ==== | ||
+ | * https://web.archive.org/web/20140810090245/http://www.theron-library.com/ | ||
+ | |||
+ | ==== actor-cpp ==== | ||
+ | * https://code.google.com/archive/p/actor-cpp/ | ||
+ | |||
+ | ==== Rotor ==== | ||
+ | * https://github.com/basiliscos/cpp-rotor | ||
+ | |||
+ | ==== libagents ==== | ||
+ | * http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/libagents/libagents.html#scroll-page | ||
+ | |||
+ | ==== syscpp ==== | ||
+ | * ttps://github.com/lightful/syscpp/ | ||
+ | |||
+ | === Swift === | ||
+ | ==== aojet ==== | ||
+ | *https://github.com/aojet/Aojet | ||
== Articles== | == Articles== |
Latest revision as of 15:01, 15 October 2020
Contents
Actor Model
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask)
a collection of links of interest
See also
Actor Model
- https://en.wikipedia.org/wiki/Actor_model
- https://www.drdobbs.com/parallel/prefer-using-active-objects-instead-of-n/225700095
Implementations
Objective C
ActorKit
C
libactor
C++
https://code.google.com/archive/p/libactor/
CAF
repositories
- https://github.com/actor-framework
- https://github.com/actor-framework/actor-framework
- https://github.com/actor-framework/incubator
- https://github.com/actor-framework/evolution
OOSMOS
Theron
actor-cpp
Rotor
libagents
syscpp
- ttps://github.com/lightful/syscpp/