https://github.com/sergestinckwich/actalk
Actalk is a testbed for modeling, classifying and experimenting with object-oriented concurrent programming languages.
https://github.com/sergestinckwich/actalk
actors pharo smalltalk
Last synced: 9 months ago
JSON representation
Actalk is a testbed for modeling, classifying and experimenting with object-oriented concurrent programming languages.
- Host: GitHub
- URL: https://github.com/sergestinckwich/actalk
- Owner: SergeStinckwich
- License: mit
- Created: 2016-04-04T14:00:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T17:31:33.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T11:41:15.740Z (over 1 year ago)
- Topics: actors, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Actalk
[](https://raw.githubusercontent.com/SergeStinckwich/Actalk/master/LICENSE)
[](https://travis-ci.org/SergeStinckwich/Actalk)
[](https://ci.appveyor.com/project/SergeStinckwich/actalk)
```Smalltalk
Metacello new
baseline: 'Actalk';
repository: 'github://SergeStinckwich/Actalk';
load
```