ficlPageHeader("ficl links")
ficlAddToNavBarAs("Links")
def linkto(href):
print "
\n" + href + "\n\n"
?>
ficlHeader1("Official Ficl Pages") ?>
linkto("http://ficl.sourceforge.net") ?>
The official web home of Ficl.
linkto("http://sourceforge.net/project/showfiles.php?group_id=24441") ?>
The Ficl download page.
ficlHeader1("Forth Primers And Tutorials") ?>
linkto("http://www.phys.virginia.edu/classes/551.jvn.fall01/primer.htm") ?>
An excellent Forth primer, by Julian Nobel.
linkto("http://ficl.sourceforge.net/pdf/Forth_Primer.pdf") ?>
Another excellent Forth primer, by Hans Bezemer.
linkto("http://www.taygeta.com/forth_intro/stackflo.html") ?>
An Introduction To Forth Using Stack Flow by Gordon Charton.
Mr. Charton's stack-flow diagrams make it easy to understand how
to manipulate the FORTH stacks.
linkto("http://www.softsynth.com/pforth/pf_tut.htm") ?>
Phil Burk's Forth Tutorial.
ficlHeader1("Technical Articles On Ficl And Forth") ?>
linkto("articles/ficlddj.pdf") ?>
Manuscript of John Sadler's article on Ficl for January 1999 Dr. Dobb's Journal.
linkto("articles/jwsforml.pdf") ?>
1998 FORML Conference paper: OO Programming in Ficl, written and presented by John Sadler.
linkto("http://www.complang.tuwien.ac.at/forth/threaded-code.html") ?>
Anton Ertl's description of threaded code techniques. (The FORTH-related definition
of "threaded code" is different from—and predates—the common modern
usage dealing with light-weight processes.) Ficl 4 uses what Ertl calls
"switch threading".
linkto("http://ficl.sourceforge.net/dpans/dpans.htm") ?>
1994 Draft Proposed American National Standard for Forth.
And surprisingly readable, as language standards go.
linkto("http://www.taygeta.com/forthlit.html") ?>
Forth literature index on Taygeta, a web clearinghouse of Forth links.
ficlHeader1("Other Forth Sites Of Interest") ?>
linkto("http://www.forth.org") ?>
The Forth Interest Group.
linkto("http://www.forth.com") ?>
FORTH, Incorporated. Thirty years old and going strong.
You might be surprised to learn that they wrote software for
the FedEx
"SuperTracker" bar code scanners / package trackers.
ficlHeader1("Some Software That Uses Ficl") ?>
(Contact us if you'd like your name and product listed here.)
ficlPageFooter() ?>