diff options
Diffstat (limited to 'doc/links.html')
-rw-r--r-- | doc/links.html | 318 |
1 files changed, 318 insertions, 0 deletions
diff --git a/doc/links.html b/doc/links.html new file mode 100644 index 0000000000000..5073ef5d32663 --- /dev/null +++ b/doc/links.html @@ -0,0 +1,318 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<META name='Description' content='Ficl - embedded scripting with object oriented programming'> +<META name='Keywords' content='scripting prototyping tcl OOP Forth interpreter C'> +<LINK rel='SHORTCUT ICON' href='ficl.ico'> +<TITLE>ficl links</TITLE> +<style> + +blockquote { margin-left: 1em } + +</style> + +</HEAD> +<BODY> + +<table border=0 cellspacing=0 width=100%%><tr> + + +<td width=112 bgcolor=#004968 colspan=3> +<img src=graphics/ficl.4.96.jpg height=96 width=96> +</td> + +<td bgcolor=#004968> +<font face=arial,helvetica color=white size=7><b><i> +ficl links +</i></b></font> +</td></tr> + + +<tr> +<td bgcolor=#004968 width=10></td> +<td bgcolor=#004968 valign=top> +<br><p> +<a href=index.html><font face=arial,helvetica color=white><b>Index</b></font></a><p> +<p><br> +<a href=dpans.html><font face=arial,helvetica color=white><b>ANS</b></font></a><br> +<a href=api.html><font face=arial,helvetica color=white><b>API</b></font></a><br> +<a href=debugger.html><font face=arial,helvetica color=white><b>Debugger</b></font></a><br> +<a href=http://sourceforge.net/project/showfiles.php?group_id=24441><font face=arial,helvetica color=white><b>Download</b></font></a><br> +<a href=license.html><font face=arial,helvetica color=white><b>Licensing</b></font></a><br> +<a href=links.html><font face=arial,helvetica color=white><b>Links</b></font></a><br> +<a href=locals.html><font face=arial,helvetica color=white><b>Locals</b></font></a><br> +<a href=oop.html><font face=arial,helvetica color=white><b>OOP In Ficl</b></font></a><br> +<a href=parsesteps.html><font face=arial,helvetica color=white><b>Parse Steps</b></font></a><br> +<a href=releases.html><font face=arial,helvetica color=white><b>Release History</b></font></a><br> +<a href=upgrading.html><font face=arial,helvetica color=white><b>Upgrading To 4.0</b></font></a><br> +</td><td bgcolor=#004968 width=5></td><td valign=top><blockquote><p> + + + + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='OfficialFiclPages'> +Official Ficl Pages +</a></i></b></font></td></tr></table><p><blockquote> + + + +<dl> + +<p><dt> +<a href="http://ficl.sourceforge.net">http://ficl.sourceforge.net</a> +<dd> + + +The official web home of Ficl. + +<p><dt> +<a href="http://sourceforge.net/project/showfiles.php?group_id=24441">http://sourceforge.net/project/showfiles.php?group_id=24441</a> +<dd> + + +The Ficl download page. + + +</dl> + + + + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='ForthPrimersAndTutorials'> +Forth Primers And Tutorials +</a></i></b></font></td></tr></table><p><blockquote> + + + +<dl> + +<p><dt> +<a href="http://www.phys.virginia.edu/classes/551.jvn.fall01/primer.htm">http://www.phys.virginia.edu/classes/551.jvn.fall01/primer.htm</a> +<dd> + + +An excellent Forth primer, by Julian Nobel. + +<p><dt> +<a href="http://ficl.sourceforge.net/pdf/Forth_Primer.pdf">http://ficl.sourceforge.net/pdf/Forth_Primer.pdf</a> +<dd> + + +Another excellent Forth primer, by Hans Bezemer. + +<p><dt> +<a href="http://www.taygeta.com/forth_intro/stackflo.html">http://www.taygeta.com/forth_intro/stackflo.html</a> +<dd> + + +<i>An Introduction To Forth Using Stack Flow</i> by Gordon Charton. +Mr. Charton's stack-flow diagrams make it easy to understand how +to manipulate the FORTH stacks. + +<p><dt> +<a href="http://www.softsynth.com/pforth/pf_tut.htm">http://www.softsynth.com/pforth/pf_tut.htm</a> +<dd> + + +Phil Burk's Forth Tutorial. + +</dl> + + + + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='TechnicalArticlesOnFiclAndForth'> +Technical Articles On Ficl And Forth +</a></i></b></font></td></tr></table><p><blockquote> + + + +<dl> + +<p><dt> +<a href="articles/ficlddj.pdf">articles/ficlddj.pdf</a> +<dd> + + +Manuscript of John Sadler's article on Ficl for January 1999 <a href=http://www.ddj.com>Dr. Dobb's Journal</a>. + +<p><dt> +<a href="articles/jwsforml.pdf">articles/jwsforml.pdf</a> +<dd> + + +1998 FORML Conference paper: <i>OO Programming in Ficl,</i> written and presented by John Sadler. + + +<p><dt> +<a href="http://www.complang.tuwien.ac.at/forth/threaded-code.html">http://www.complang.tuwien.ac.at/forth/threaded-code.html</a> +<dd> + + +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". + +<p><dt> +<a href="http://ficl.sourceforge.net/dpans/dpans.htm">http://ficl.sourceforge.net/dpans/dpans.htm</a> +<dd> + + +1994 Draft Proposed American National Standard for Forth. +And surprisingly readable, as language standards go. + +<p><dt> +<a href="http://www.taygeta.com/forthlit.html">http://www.taygeta.com/forthlit.html</a> +<dd> + + +Forth literature index on Taygeta, a web clearinghouse of Forth links. + +</dl> + + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='OtherForthSitesOfInterest'> +Other Forth Sites Of Interest +</a></i></b></font></td></tr></table><p><blockquote> + + + +<dl> + +<p><dt> +<a href="http://www.forth.org">http://www.forth.org</a> +<dd> + + +The Forth Interest Group. + +<p><dt> +<a href="http://www.forth.com">http://www.forth.com</a> +<dd> + + +FORTH, Incorporated. Thirty years old and going strong. +You might be surprised to learn that they wrote software for +the <a href=http://www.forth.com/Content/Stories/FedEx.htm>FedEx</a> +"SuperTracker" bar code scanners / package trackers. + +</dl> + +<table width=100% bgcolor=#e0e0e0><tr><td width=160> +<A href="http://t.webring.com/hub?sid=&ring=forth&list"><IMG src="graphics/4ring.gif" width="155" height="140" border="0" alt="Forth Webring Logo"></A> +</td><td> + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='TheForthWebRing'> +The Forth Web Ring +</a></i></b></font></td></tr></table><p><blockquote> + + +<A href="http://t.webring.com/hub?sid=&ring=forth&id=47&prev5">Previous 5 Sites</A><BR> +<A href="http://t.webring.com/hub?sid=&ring=forth&id=47&prev">Previous</A><BR> +<A href="http://t.webring.com/hub?sid=&ring=forth&id=47&next">Next</A><BR> +<A href="http://t.webring.com/hub?sid=&ring=forth&id=47&next5">Next 5 Sites</A><BR> +<A href="http://t.webring.com/hub?sid=&ring=forth&random">Random Site</A><BR> +<A href="http://t.webring.com/hub?sid=&ring=forth&list">List Sites</A></FONT> +</td></tr></table> + + + + +<p> +</blockquote><table border=0 bgcolor=#a0a0a0 width=100%><tr> + +<td width=1em></td> +<td> +<font face=arial,helvetica color=#004968 size=5><b><i> +<a name='SomeSoftwareThatUsesFicl'> +Some Software That Uses Ficl +</a></i></b></font></td></tr></table><p><blockquote> + + + +<ul> +<li> +The <a href="http://www.freebsd.org/">FreeBSD</a> boot loader +(Daniel Sobral, Jordan Hubbard) + +<li> +<a href="http://www.chipcenter.com/networking/images/prod/prod158a.pdf"> +SwitchCore +</a> +Gigabit Ethernet switches (Örjan Gustavsson ) + +<li> +<a href="http://debuffer.sourceforge.net/"> +Palm Pilot Debuffer +</a> +(Eric Sessoms) +Also see <a href=http://sonic-weasel.org/eric/ficlx/>FiclX</a>, a C++ interface to Ficl. + +<li> +<a href="http://www.swcp.com/%7Ejchavez/osmond.html"> +Osmond PC Board Layout tool +</a> + +<li> +<a href="http://www.netcomsystems.com"> +NetCom Systems +</a> +ML7710 + +<li> +<a href="http://www.parview.com/ds/homepage.html"> +ParView +</a> +GPS system + +<li> +<a href="http://www.thekompany.com/products/powerplant/software/Languages/Embedded.php3"> +PowerPlant Software +</a> +Development Environment for Linux + +<li> +<a href="http://www.vyyo.com/products/architecture_v3000.html"> +Vyyo V3000 Broadband Wireless Hub +</a> + +</ul> + +(Contact us if you'd like your name and product listed here.) + + + +</blockquote><p></td></tr></table></body></html> + + |