/gtoolkit-algorithmer

A tool for visual construction of algorithms and their export to various languages

Primary LanguageSmalltalkMIT LicenseMIT

Algorithmer

A tool for visual construction of algorithms and their export to various languages

Installation

Requires Glamorous Toolkit.

Metacello new
   baseline: 'GToolkitAlgorithmer';
   repository: 'github://feenkcom/gtoolkit-algorithmer:main/src';
   load.

Examples

Here is a classic fizzbuzz algorithm visualised in algorithmer: Fizzbuzz in algorithmer

Export

Algorithms can be exported to various programming languages.

Export to Pharo

Export to Pharo

Export to Rust

Export to Rust