/Algorit

a minimal block style programming environment based on MIT Scratch 1.4

Primary LanguageSmalltalkMIT LicenseMIT

Algorit

a minimal block style programming environment based on MIT Scratch 1.4

Entire Screen

Build Status

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.