Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bajger/smalldevs

This is experimental project to verify / proof the concept of SmallDEVS simulation library in Pharo.
https://github.com/bajger/smalldevs

pharo

Last synced: 5 days ago
JSON representation

This is experimental project to verify / proof the concept of SmallDEVS simulation library in Pharo.

Awesome Lists containing this project

README

        

# SmallDEVS
This is experimental project to verify / proof the concept of SmallDEVS simulation library in Pharo.
SmallDEVS originally implemented by Department of Intelligent Systems on FIT BUT (namely doc. Ing. Vladimír Janoušek, Ing. Elöd Kironský) - see [SmallDEVS - FIT VUT Brno](http://perchta.fit.vutbr.cz:8000/projekty/10)

## How to load the project
- Install [Pharo latest stable version](https://pharo.org/download) (Pharo 11) e.g. from command line:
`wget -O- https://get.pharo.org/64 | bash`
- run in Playground:
```
Metacello new
baseline: 'SmallDEVS';
repository: 'github://bajger/SmallDEVS:main/src';
load
```