F-Flat

F♭ (pronounced F-flat) is a toy language.


Project maintained by Hypercubed Hosted on GitHub Pages — Theme by mattgraham

Introduction

F♭ (pronounced eff-flat) is a toy language.

F♭ is a dynamically typed array-oriented concatenative language similar to Forth, Joy, Factor and others. F♭ is meant to be used interactively, for example in a CLI REPL, like R or the command shell, or in a stack based calculator. This constraint dictates many of the language features.

Get F♭

F♭ code can be found at https://github.com/Hypercubed/f-flat_node. Currently, it can be only be used by cloning the github repo.

git clone https://github.com/Hypercubed/f-flat_node.git
cd f-flat_node
npm install
npm start

Guiding principles