Skip to content

Resources and links for the Forth programming language

Notifications You must be signed in to change notification settings

lawrencewoodman/awesome-forth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published