[gforth] / gforth / README  

gforth: gforth/README


1 : anton 1.7 Gforth is a fast and portable implementation of the ANS Forth
2 : anton 1.8 language. It works nicely with the Emacs editor, offers some nice
3 : anton 1.9 features such as input completion and history and a powerful locals
4 : anton 1.43 facility, and it even has a manual. Gforth employs traditional
5 :     implementation techniques: its inner innerpreter is indirect or direct
6 :     threaded. Gforth is distributed under the GNU General Public license
7 :     (see COPYING).
8 : anton 1.8
9 : pazsan 1.31 Gforth runs under Unix, Win95, OS/2, and DOS and should not be hard to
10 :     port to other systems supported by GCC. This version has been tested
11 :     successfully on the following platforms:
12 :    
13 : anton 1.43 i686-pc-linux-gnu
14 : anton 1.22
15 : anton 1.37 Read INSTALL for installation instructions, or INSTALL.DOS for DOS,
16 :     Windows 95, and OS/2. Mail bug-gforth@gnu.org if you have problems.
17 :     To start the system, just say `gforth' (after installing it).
18 : anton 1.10
19 : anton 1.42 You can find new versions of Gforth at ftp://ftp.gnu.org/gnu/gforth/
20 :     and its mirrors or at
21 : anton 1.10
22 : anton 1.12 http://www.complang.tuwien.ac.at/forth/gforth/
23 : anton 1.10 or
24 : anton 1.12 ftp://ftp.complang.tuwien.ac.at/pub/forth/gforth/
25 : anton 1.10
26 : anton 1.42 The latter site also contains binary distributions of Gforth for some
27 : anton 1.14 popular platforms.
28 : anton 1.1
29 : anton 1.7 If you want to work on Gforth, mail me. Tasks to be done can be found
30 :     in ToDo; but if you would like to do something not mentioned there,
31 :     it's ok, too. In any case, we would like to hear what you are
32 :     doing. The most important tasks IMO are the missing ANS Forth words,
33 :     the documentation and the foreign language interface for C.
34 : anton 1.4
35 :     On popular request, here are the meanings of unusual file extensions:
36 :    
37 : pazsan 1.25 *.fs Forth stream source file (include with "include <file>" from within
38 : anton 1.26 gforth, or start with "gforth <file1> <file2> ...")
39 : pazsan 1.25 *.fi Forth image files (start with "gforth -i <image file>")
40 :     *.fb Forth blocks file (load with "use <block file> 1 load")
41 : anton 1.4 *.i C include files
42 :     *.ds documenation source
43 :     *TAGS etags files
44 : anton 1.1
45 : anton 1.11 A number of Forth source files are included in this package that are
46 :     not necessary for building Gforth. Not all of them are mentioned in
47 :     the rest of the documentation, so here's a short overview:
48 :    
49 :     Add-ons:
50 :     code.fs random.fs more.fs ansi.fs colorize.fs
51 : crook 1.36 oof.fs oofsampl.fs objects.fs blocked.fb tasker.fs
52 : anton 1.11
53 :     Utilities:
54 : anton 1.19 ans-report.fs etags.fs glosgen.fs filedump.fs
55 : anton 1.11
56 :     Games:
57 :     tt.fs sokoban.fs
58 :    
59 : anton 1.19 Test programs (for testing Forth systems):
60 : anton 1.29 test/*.fs
61 : anton 1.11
62 :     Benchmarks:
63 : anton 1.24 bubble.fs siev.fs matrix.fs fib.fs
64 : anton 1.11
65 :     ANS Forth implementations of Gforth extensions:
66 : anton 1.12 compat/*.fs other.fs
67 : pazsan 1.27
68 : anton 1.30 For discussions about Gforth, use the Usenet newsgroup
69 :     comp.lang.forth. If you prefer not to post on Usenet, there is also a
70 : anton 1.41 mailing list: GForth@ChaosSolutions.org. To subscribe, send a mail to
71 :     MDaemon@ChaosSolutions.org with:
72 : pazsan 1.27
73 :     subscribe GForth
74 :    
75 : anton 1.30 as the first and only line within the message body. Send bug reports
76 : pazsan 1.38 to bug-gforth@gnu.org (whether you post them or not).
77 : anton 1.11
78 :    
79 : anton 1.1 - anton
80 : anton 1.6 anton@mips.complang.tuwien.ac.at
81 : pazsan 1.18 http://www.complang.tuwien.ac.at/anton/home.html

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help