Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 27 days ago
JSON representation

a minimal block style programming environment based on MIT Scratch 1.4

Awesome Lists containing this project

README

        

# Algorit
a minimal block style programming environment based on MIT Scratch 1.4

![Entire Screen](https://raw.githubusercontent.com/EiichiroIto/Algorit/master/misc/images/algorit.png)

[![Build Status](https://travis-ci.com/EiichiroIto/Algorit.svg?branch=master)](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.
```