lawrencewoodman / awesome-forth

Resources and links for the Forth programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Forth

Resources and links for the Forth programming language

Forth is an imperative stack-based computer programming language and programming environment.

Getting started

I recommend trying GForth which is a cross platform forth compiler. It seemed to be the easiest version to install on OSX and can be installed with Homebrew.

brew install gforth

# Once installed, type gforth to start an interactive session
  • GForth Gforth uses GCC to compile a fast direct or indirect threaded Forth

Books

Videos

Code

Similar languages

Forth inspired some similar languages which you may also find interesting

Joy

Factor

A more modern and functional version of Factor.

Factor: an extensible interactive language

Misc

  • OForth Oforth is an imperative, dynamic, non-typed, stack-based language

About

Resources and links for the Forth programming language