https://github.com/eiichiroito/algorit
a minimal block style programming environment based on MIT Scratch 1.4
https://github.com/eiichiroito/algorit
pharo scratch smalltalk
Last synced: over 1 year ago
JSON representation
a minimal block style programming environment based on MIT Scratch 1.4
- Host: GitHub
- URL: https://github.com/eiichiroito/algorit
- Owner: EiichiroIto
- License: mit
- Created: 2020-08-05T08:03:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T11:12:14.000Z (about 3 years ago)
- Last Synced: 2025-01-26T05:14:52.138Z (over 1 year ago)
- Topics: pharo, scratch, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorit
a minimal block style programming environment based on MIT Scratch 1.4

[](https://travis-ci.com/EiichiroIto/Algorit)
## Quick Start
Download the latest release from the releases and unzip it.
See Examples in the File menu.
## Install repository on Pharo (for developer)
```
Metacello new
baseline: 'Algorit';
repository: 'github://EiichiroIto/Algorit/src';
load.
```