volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Go to file
Philip Zembrod 8a78db5cdc
Update README.ORG
Adding pointer mention of make based automation
2022-03-13 22:05:48 +01:00
6502 Some comments and naming clarifciation around C64 include's freadline 2022-01-06 20:22:31 +01:00
8080/CPM Target CP/M: Documentation Update 2020-08-25 19:20:32 +02:00
8086/msdos Build v4th.com from .fth sources instead of .fb sources. 2022-03-05 23:21:37 +01:00
AtariST Atari ST: another optimization to STtype 2020-07-22 11:17:15 +02:00
archive Inserted umlauts 2020-08-11 18:04:37 +02:00
doc Update VolksForth-Handbuch.org 2020-07-31 16:56:54 +02:00
pgm Forth Source File extension renamed 2020-07-15 08:24:06 +02:00
sources CASE Implementations for VolksForth 2021-01-04 10:51:00 +01:00
tools - enable run-in-dosbox.sh to include either .fb or .fth files 2022-01-11 23:40:24 +01:00
.gitignore ignore emacs backup files 2021-04-11 11:53:42 +02:00
AUTHORS Added Philip to the Authors 2020-06-21 22:11:39 +02:00
LICENSE Update LICENSE 2021-04-13 06:48:00 +00:00
README.ORG Update README.ORG 2022-03-13 22:05:48 +01:00
TODO TOTO update 2020-07-15 08:24:31 +02:00

README.ORG

VolksForth Readme

VolksForth is a 16bit Forth System produced by the German Forth Gesellschaft e.V.

Major development of this system was done between 1985 until 1989. The VolksForth Project was revived in 2005 with the goal to produce a managable Forthsystem for computer systems with restricted system resources.

Some modern Forth Systems were influenced by or were derived from VolksForth (GNU-Forth, bigForth).

On most platforms the current version of VolksForth is 3.8x. Versions 3.9.x are interim versions towards compliance with the 2012 Forth standard, and at the same time towards a unification (as far as feasible) of the sources of the different platforms. Also included in 3.9.x versions is the transition from block files to stream files as primary source format, and an introduction of make-based build and test automation. So far the 6502/C64 VolksForth (C64/Plus4/X16) is on a 3.9.x version.

Version 3.8.x is based on the Forth 83 standard, Version 4.00 will be based on the current 2012 Standard (https://forth-standard.org).

At this time VolksForth is available for this Systems:

  • VolksForth MS-DOS (Intel x86 architecture i8086/i186/i286/i386/i486 etc)
  • VolksForth 6502 (Commodore 64, Commodore Plus 4, Commander X16, Apple 1, Apple ][, Atari XL/XE)
  • VolksForth Z80 (CP/M, Schneider CPC)
  • VolksForth 68000 (Atari ST, Amiga with EmuTOS)

Copyright

The VolksForth Sources are made available under the terms of the BSD Lizenz - http://www.opensource.org/licenses/bsd-license.php

The Handbook is Copyright (c) 1985 - 2020 Forth Gesellschaft e.V. ( Klaus Schleisiek, Ulrich Hoffmann, Bernd Pennemann, Georg Rehfeld, Dietrich Weineck, Carsten Strotmann).

(most of the Information is still in german. We are planning to provide future versions with englisch documentation)

Have fun with VolksForth the VolksForth Team