Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bajger/smalldevs
- Owner: Bajger
- License: mit
- Created: 2023-06-07T09:04:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T10:44:19.000Z (over 1 year ago)
- Last Synced: 2024-12-18T20:14:53.650Z (5 days ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```