Leo Brodie Author of two forth books Starting forth, Thinking forth; an apology regarding objectoriented programming; music (his albums, CD), family (cute baby pictures!), Punch Brodie Puppet Productions. http://home.earthlink.net/~lbrodie/
Neil Bawd's Ugly Home Page 2002 A home for forth writings of Neil Bawd and Wil Baden. Programs and source code Base64 ContentTransfer-Encoding, DFC Differential File Comparison, and Structured programming with GOTOs in forth. http://home.earthlink.net/~neilbawd/
Extractions: Neil Bawd 2004-02-09 Selections and collections from Wil Baden and Neil Bawd "By doing just a little every day you can gradually let the task completely overcome you." Readme for Move the Folder Move the Folder (You may have to decompress output.) Alphabetic List Alphabetic list is a set of sublists where each sublist is a linked list of nodes with alphanumeric identification and in alphabetic order. A hash function assigns the alphanumeric identifications to the appropriate sublist. ARCFOUR Alleged RC4 In 1987 Ron Rivest developed the RC4 cipher-system. It used a well-guarded proprietary trade secret. The system was popular and is used in several hundred commercial cryptography products. Seven years later, source code alleged to be equivalent to RC4 was published anonymously. Users with legal copies of RC4 confirmed compatibility. The code is extremely simple and can be written by most programmers from the description. BANNER 1960-07-04 Display short phrase in BIG letters.
Forth Simple forth rudiments of a programming language Comus some commonly used words Inching forth a tutorial 0123 forth beginning ANS forth programs http://www.albany.net/~hello/forth.htm
Nick Francesco forth! It's a programming Language, it's a Dessert Topping. A few personal forth links. http://www.nickf.com/forth.htm
0123 Forth Beginning Programs in ANS forth. 300 \ After Kernighan and Ritchie, \ The C programming Language, 2nd ed. 0 CONSTANT lower \ lower limit of temperature http://www.albany.net/~hello/01234th.htm
Extractions: SIGN #> R> OVER - SPACES TYPE ; : TABLE.2 lower BEGIN DUP upper > 0= WHILE DUP CR 5 .R SPACE DUP 32 - 500 9 */ 6 .2R step + REPEAT DROP ; Floating point version of table Forth - A Language for Interactive Computing 99 Bottles of Beer in Froth : BOTTLES ( n ) DUP CR . ." bottles of beer on the wall," DUP CR . ." bottles of beer," CR ." Take one down and pass it around." 1- CR . ." bottles of beer on the wall." CR ; : UNTIL-3 ( n ) 3 TUCK MAX DO I BOTTLES -1 +LOOP ; : TWO ( ) CR ." Two bottles of beer on the wall," CR ." Two bottles of beer," CR ." Take one down and pass it around," CR ." One bottle of beer on the wall." CR ; : ONE ( ) CR ." One bottle of beer on the wall," CR ." One bottle of beer," CR ." Take it down and pass it around," CR ." No more bottles of beer on the wall." CR ; : NONE ( ) CR ." No more bottles of beer on the wall," CR ." No more bottles of beer," CR ." Go to the store and buy some more," CR ." 99 bottles of beer on the wall." CR ; : SONG ( ) 99 UNTIL-3 TWO ONE NONE ; Integer versions of table
Pysmatic Forth Center, Unique Information About FORTH forth is a realtime programming language originally developed to control telescopes (An excellent history located here). forth has many unique features and http://www.pysmatic.com/forth/
Forth: An Underview By Peter Knaggs; informal overview of programming system and perhaps more importantly, the method and philosophy of programming therein. Shows forth history, most prominent features, usage. http://dec.bournemouth.ac.uk/forth/forth.html
Extractions: Forth: An underview Peter Knaggs This document is intended to give an informal overview of the Forth programming system and perhaps more importantly, the method and philosophy of programming in Forth. It illustrates the language's history, most prominent features, usage, etc. We also describe the most common implementation method (based on the Poly Forth system from FORTH, Inc. What's in a name? History Features ... References picture ), its creator, Forth is so called because: The first program to be called Forth was written in about 1970. The first complete implementation was used in 1971 on a DEC PDP-11 for the National Radio Astronomy Observatory's 11-meter radio telescope in Arizona. This system was responsible for pointing and tracking the telescope, collecting data and recording it on magnetic tape, supporting an interactive graphics terminal on which an astronomer could analyse previously recorded data. The multi-tasking nature of the system allowed all these function to be performed concurrently, without timing conflicts or other interference. The system was so useful that astronomers from all over the world began asking for copies. Its use spread rapidly and in 1976 Forth was adopted as a standard language by the International Astronomical Union.
TWiki.APG.LangForth For low level programming it s hard to beat the fun of forth. (from a /. post). forth forth for Homecomputer Implementations for ATARI 8Bit Computer http://www.strotmann.de/twiki/bin/view/APG/LangForth
Extractions: TWiki : Main TWiki APG Infothek ... MicroUSB Logged in as: TWikiGuest TWiki APG LangForth Edit Attach Ref-By Printable ... More News Hot Topics FORTH Programming USB Cart Project ACTION! Programming AtariMax Cart This WikiWeb "C makes you think that C is the world's greatest language. Forth makes you think that you're the world's greatest programmer." "For low level programming it's hard to beat the fun of FORTH." (from a /. post) X-Forth still in development, will become ANSI compatible FORTH someday, file based (with DOS) FigForth 1.0d old FORTH Version, disk-block based (without DOS) FigForth 1.1 Enhanced FigForth, disk-block based (without DOS) Learn-Forth Subset of FigForth from HOFACKER (OrderNo.7053), disk-block based (without DOS) as well on cassette Power-Forth Extended FigForth from HOFACKER (OrderNo.7055), disk-block based (without DOS) Floating point package (OrderNo.7230) with trigonometric functions
BBC - H2g2 - Forth - The Programming Language h2g2 is the unconventional guide to life, the universe and everything, a guide that s written by visitors to the website, creating an organic and evolving http://www.bbc.co.uk/dna/h2g2/A2927360
Extractions: Forth is a general-purpose computer programming language. It was invented in 1968 by Charles H Moore (known as 'Chuck'). Initially he used it for the control of giant telescopes in the observatory in which he worked, but it could be used for anything, so it gradually spilled out into other applications. Moore went on to found a company, Forth Inc., to develop Forth systems for lots of different computers. Forth arose at a time when there were two types of computer language: Interpreted languages - slow-running and unstructured, but could be used to cobble together a simple program very quickly. Compiled languages - programs ran very quickly but took a long time to write, as each time a change was made, the program had to be recompiled, which could take five or ten minutes.
Modest-Proposals Terry Loveall writings and downloads (DOS, colorforth w/MASM source) under 'Minimalist programming' heading, and some other nonforth links. Several colorforth links. http://www.iinet.com/~modprop/
Extractions: "Recycling 1s and 0s for a greener tomorrow" 12/04/04 Xwoaf: X-Windows On A Floppy , Hacked Living in a Linux World (lhafh) and LMW: DIY mini-Linux distro for programmers. 3/3/05 Linux Color Forth, Forth and Win32 Text Editors in assembler . - simplifications (yeah, right). 03/29/05 Index to color Forth : forth love = if honk then. 04/27/05 Resume Contract work: Systems analysis, RTOS and device drivers. You, Emotion and Computers "Full Impact: A Knuckle-Draggers Guide to the Sport of Intimacy" ...and you think you're in control... The Universe is alive with Consciousness "Inappropriate Force: A Knuckle-Draggers Guide to Mysticism" Do you need the Divine as much as the Divine needs you? Angel of the Sun Rumi inspired commentary. Esoteric Papers Esoteric works of the Sufi master Hazrat Inayat Khan. Email: "loveall at iinet.com".
Embedded.com - Introduction To Forth forth is a niche programming language originally designed for realtime control of telescopes. Over the years, it evolved into an ANSI-standard language. http://www.embedded.com/showArticle.jhtml?articleID=9900749
Introduction To Forth forth is a niche programming language originally designed for realtime You write a forth program by defining new words, and run it by executing the http://www.embedded.com/shared/printableArticle.jhtml?articleID=9900749
Jax Forth Page Joy Joy is a forthlike rigorously functional programming language. Open Boot is the most widely used forth program in the world. http://www.well.com/~jax/rcfb/forth.html
Extractions: RCFB Top Page This Web page provided as a public service for those seeking more information about Forth. A link here doesn't mean I endorse or even have tried any products or services referenced by that link. This page is designed to be browsable using a text-mode browser Forth compiler for Dos, Windows and Unix.
Marcel Hendrix's PROGRAMMING-page forth algorithms, benchmarks, neural net applications, games and utilities. forth neural net programs. The core neuralnet routine backpropagation http://home.iae.nl/users/mhx/programs.html
Marcel Hendrix's Home-page The information here is relevant to the programming language forth NEW iforth 2.0 uses Winboard for FCP (forth Chess Program) (picture on the right). http://home.iae.nl/users/mhx/
Extractions: Welcome to these pages. The information here is relevant to the programming language Forth iForth tForth eForth mxForth ). There are a large number of (updated!) benchmarks here to measure Forth's performance on several operating systems. A general computing-intensive Forth FP bench is here . Get in-depth information on writing a parallel Forth compiler for the INMOS transputer , still of general interest although this chip went out of production in 1998. Be sure to check out the information on the free mxForth meta compiler . Get a free AC circuit simulator package with built-in (i)Forth. Have a look at the iForth documentation and glossary . Algorithmically generated (by Forth programs) MIDI files are offered for simultaneous aural stimulation purposes. iForth 2.0 can be ordered on line Search Leo Brodie's Starting Forth (online book).
Forth A section of programming using forth, rather than discussing forth itself. The programming language is refered to as MUF, or MultiUser forth. http://www.cs.wisc.edu/~bolo/forth.html
Extractions: Forth is a stack-oriented language and interactive environment. It is versatile, light weight, and highly adaptable. Forth was originally created by Charles Moore in the late sixties. The name is an allusion to Forth being a "fourth" generation language. In some ways it is, in others not. Forth is probably a transition between 3rd and 4th generation languages in that it allows you to CREATE a language which is suited for your task. For many years (late 1980s, early 1990s), it seemed that Forth was dying out. The number of Forth programmers had declined. The number of hardware limited platforms which forth excels at utilizing efficiently also declined. Managers would say it isn't mainstream and not allow the use for Forth even it was THE tool for the job. However Forth has become resurgent. In 1994 a new standard for Forth was published by ANSI. This new standard, though it does cause problems for many people who use Forth to its true potential, does open up the market for a standard which all vendors can provide compatability to. In addition, I believe the standards body made some fine analyses of things which widely differed between forth systems and managed to Factor them into more basic parts which actually eliminate many existing difficulties.
Extractions: Search: Web Directory Daily News PHP Manuals mySQL Manuals ... Svenska Mirrors Exim xEmacs CPAN ProFTPD ... Links Help us to keep this web directory online and donate $ Browsing Computers, Programming, Languages, Forth Category See also: This category in other languages: French German Russian Forth Research Page - Annotated links on research, conferences, workshops, bibliography (500+ entries), ANS Forth, and commercial vendors. Large extensive resource. Forth resources from the Brighton University Resource Kit for Students: website and CD-ROM.. Creator and inventor of Forth. New incarnation of Forth with simplified color-based syntax, improved performance. Forth articles, multiprocessors, VLSI design tool.. comp.lang.forth repository
Forth For Artificial General Intelligence In Robots You have learned how a forth program puts statements into a reverse sequence. Open Directory Project Computers programming Languages forth http://mind.sourceforge.net/forth.html
PHONE-SOFT INTERNET DIRECTORY INTERNATIONAL:FORTH forth Systems programming Paul E. Bennett, forth based HIDECS Consultancy. Hello, World program - Example of simple forth program. http://www.phs2.net/cwi/L3/make-frame.php3?framename=7267i.htm