Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T17:31:33.000Z (over 8 years ago)
- Last Synced: 2024-10-31T06:41:55.712Z (2 months 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
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SergeStinckwich/Actalk/master/LICENSE)
[![Build Status](https://travis-ci.org/SergeStinckwich/Actalk.svg?branch=master)](https://travis-ci.org/SergeStinckwich/Actalk)
[![Build status](https://ci.appveyor.com/api/projects/status/9opxk1x8xc6e3ysw?svg=true)](https://ci.appveyor.com/project/SergeStinckwich/actalk)```Smalltalk
Metacello new
baseline: 'Actalk';
repository: 'github://SergeStinckwich/Actalk';
load
```