https://github.com/feenkcom/algorithmer
A tool for visual construction of algorithms and their export to various languages
https://github.com/feenkcom/algorithmer
Last synced: 4 months ago
JSON representation
A tool for visual construction of algorithms and their export to various languages
- Host: GitHub
- URL: https://github.com/feenkcom/algorithmer
- Owner: feenkcom
- License: mit
- Created: 2021-02-08T11:41:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-15T14:46:14.000Z (over 5 years ago)
- Last Synced: 2026-01-26T09:25:01.183Z (5 months ago)
- Language: Smalltalk
- Size: 1.49 MB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithmer
A tool for visual construction of algorithms and their export to various languages
## Installation
Requires [Glamorous Toolkit](https://gtoolkit.com/download/ "Download GToolkit").
```smalltalk
Metacello new
baseline: 'GToolkitAlgorithmer';
repository: 'github://feenkcom/algorithmer:main/src';
load.
```
### Examples
Here is a classic `fizzbuzz` algorithm visualised in `algorithmer`:

### Export
Algorithms can be exported to various programming languages.
#### Export to Pharo

#### Export to Rust
