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
- Install Pharo latest stable version (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