User Tools

Site Tools


en:pfw:welcome

**This is an old revision of the document!**

Welcome to Project Forth Works

What this project is all about ...

Forth would benefit greatly from an active community sharing sources and solutions. But our problem lies in the saying: If you've seen one Forth, you've seen one Forth. With this project we want to acknowledge our differences and start sharing despite the many different Forths dialects.

The core idea of ​​this project is to use a simple, generic version of Forth to disseminate ideas, algorithms, protocols, applications and hardware drivers. This generic version of Forth guarantees that it can be understood and used by (almost) everyone in the Forth community.

Click here for an introduction to Project Forth Works
Well known words implementation examples in Generic Forth

Contribute

Contributing to the Project Forth Works is as easy as 1,2,3. All pages are written in Wiki Syntax format and editable once you register with the web site. You can use the playground to make your Wiki experiments.

You can contribute in different ways, your choice:

  • Leave your comment in the discussion box below.
  • Append another implementation to the existing one:
    • You can easily edit the page using the Edit button at the bottom of the page or the pencil icon to the right of the document.
    • Then just add your implementation between the <code> and </code> tags.
    • Save the page.
  • Add a new idea:
    • Give it a name here in this document (e.g. in the category section below). Save this document.
    • Follow the red link to your new idea.
    • Create it using the pencil icon to the right of the new document.
    • Customize the pre-filled template to help you structure it.
    • Preview and edit, repeating until you are satisfied. You can save intermediate versions and continue editing later.
    • Save your new idea document. That's it.

Browse Project Forth Works

To see what ideas have already been described, please see the wiki site map

A selection of ideas ordered by category ...

Algorithms

Communication Protocols

Data Structures

  • Buffer, a simple memory buffer
  • Array, a simple one dimensional array with implicit indexing
  • Primitive Circular Buffer, a buffer with a single read/write pointer
  • Bit array, an array with addressing of individual bits
  • Map, a map from strings to values aka dictionary

System Software

Programming Tools

Programming Pearls

Implementation Ideas

  • Kangaroo method: Using does> outside colon definitions: words with data.
  • Flyer: Define compiling words by just specifiying their compilation semantics.
  • Prefix: Defining prefix operators in a portable way

User Application

  • Forest fire: Siulation of computer generated fire
  • Cozy: Simulation of agents which, if given the chance, move to a place where they feel more at home.

Curiosities

Sensors

  • HC-SR04, Measures distance using Ultrasonic sound
  • LM75(A), Measures temperature with .5° Celsius resolution
  • TMP75, Measures temperature with 0.0625° Celsius resolution
  • APDS9300, Infrared and visual light sensor
  • PIR, Passive infrared motion detector
  • Touch, Capacitive touch sensors & slider
  • Mechanical switch, Touch switch on simple robotic sensor unit
  • BME280, Measure pressure, temperature and humidity
  • TCND5000, Reflection sensor, detection of nearby subjects, other examples are IS471F or CNY70, see Ushi book|

On the P.F.W. I2C drivers overview page you may find some more documentation

Miscellaneous

Help us improve Project Forth Works

Please add your suggestions below.

You could leave a comment if you were logged in.
en/pfw/welcome.1726492458.txt.gz · Last modified: 2024-09-16 15:14 by mka