Difference between revisions of "ActorModel"
From Lost In Wonderlands
(→CAF) |
(→Actor Model) |
||
| Line 25: | Line 25: | ||
* https://en.wikipedia.org/wiki/Actor_model | * https://en.wikipedia.org/wiki/Actor_model | ||
| − | |||
| − | |||
| + | == Implementations == | ||
| − | ==== repositories ==== | + | |
| + | === 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 | ||
| + | |||
| + | ===== repositories ===== | ||
* https://github.com/actor-framework | * https://github.com/actor-framework | ||
* https://github.com/actor-framework/actor-framework | * https://github.com/actor-framework/actor-framework | ||
* https://github.com/actor-framework/incubator | * https://github.com/actor-framework/incubator | ||
* https://github.com/actor-framework/evolution | * 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== | ||
Revision as of 13:59, 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
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/