Skip to content

Instantly share code, notes, and snippets.

@nfunato
Last active December 12, 2015 02:38
Show Gist options
  • Save nfunato/4700049 to your computer and use it in GitHub Desktop.
Save nfunato/4700049 to your computer and use it in GitHub Desktop.
Some Forth pages to go
<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="ja" dir="ltr">
<html>
<head>
<meta charset="UTF-8">
<title>
Some Forth pages to go
</title>
</head>
<body>
<pre>
Note: This is a personal memorandum after all. The last one is relatively comprehensive.
<a href="https://github.com/larsbrinkhoff/lbForth">lbForth: Metacompiled Forth, bootstrapping from a few lines of C</a>
https://github.com/larsbrinkhoff/lbForth
<a href="http://www.linuxgoodies.com/forthhints.html">Tips</a>
http://www.linuxgoodies.com/forthhints.html
<a href="http://www.forth.org/svfig/Len/len.htm">Len's Tutorial</a>
http://www.forth.org/svfig/Len/len.htm
<a href="http://atariwiki.strotmann.de/wiki/Wiki.jsp?page=Forth">Various from 8bit era</a>
http://atariwiki.strotmann.de/wiki/Wiki.jsp?page=Forth
<a href="http://www.jimbrooks.org/web/forth/">Pictured Numeric Output etc</a>
http://www.jimbrooks.org/web/forth/
<a href="http://excamera.com/files/docforth/docforth/regex.html">Regular Expression</a>
http://excamera.com/files/docforth/docforth/regex.html
<a href="http://code.google.com/p/ffl/wiki/str">String</a>
http://code.google.com/p/ffl/wiki/str
or
http://code.google.com/p/ffl/wiki/Manual
http://code.google.com/p/ffl/wiki/Examples
<a href="http://www-personal.umich.edu/~williams/archive/forth/strings/dstrings.html">Another String (David N. Williams)</a>
http://www-personal.umich.edu/~williams/archive/forth/strings/dstrings.html
<a href="http://soton.mpeforth.com/flag/anstests/">ANS Tests</a>
http://soton.mpeforth.com/flag/anstests/
<a href="http://stackoverflow.com/questions/3205861/which-forth-to-start-porting-from">Which forth to start porting from</a>
http://stackoverflow.com/questions/3205861/which-forth-to-start-porting-from
<a href="http://www.forth.org/literature/andras.html">Some notes on OOF</a>
http://www.forth.org/literature/andras.html
Mosaic Industries
<a href="http://www.mosaic-industries.com/embedded-systems/sbc-single-board-computers/freescale-hcs12-9s12-c-language/instrument-control/forth-language-program-development">http://www.mosaic-industries.com/embedded-systems/sbc-single-board-computers/freescale-hcs12-9s12-c-language/instrument-control/forth-language-program-development</a>
<a href="http://www.ece.cmu.edu/~koopman/stack_computers/sec6_5.html">Interrupt and Multi-tasking (Phill Koopman)</a>
http://www.ece.cmu.edu/~koopman/stack_computers/sec6_5.html
<a href="http://b.hatena.ne.jp/nfunato/forth/?of=20"><em>And the rest ...</em></a>
http://b.hatena.ne.jp/nfunato/forth/?of=20
</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment