Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```