Geometry.Net - the online learning center
Home  - Basic_F - Forth Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 2     21-40 of 124    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Forth Programming:     more books (70)
  1. ISO/IEC 15145:1997, Information technology - Programming languages - FORTH by ISO/IEC JTC 1/SC 22, 2007-08-23
  2. Forth: The New Model : A Programmer's Handbook/Book and Disk by Jack J. Woehr, 1992-11
  3. Understanding Forth (An Alfred handy guide)
  4. Object-Oriented Forth: Implementation of Data Structures by Dick Pountain, 1987-09
  5. Forth: An Application Approach (A Byte book) by David Toppen, 1985-03
  6. The Definitive MacTutor. The Macintosh Programming Journal. Volume 4.
  7. Thinking Forth by Leo Brodie, 1984-10
  8. Forth-83 Standard by Forth Standards Team, 1983-09
  9. FORTH Applications: Ready to run programs in Forth (Bitfire Books) by S. D. Roberts, 1989-12
  10. Forth Tools and Applications by Gary Feierbach, Paul Thomas, 1985-03
  11. Forth: The Fourth-Generation Language by Steve Burnap, 1986-06
  12. Forth Fundamentals: Language Glossary by C. Kevin McCabe, 1983-12
  13. Discover FORTH by Thom Hogan, 1982-04
  14. FORTH Quick-Start Introduction (Bitfire Books) by S. D. Roberts, 1989-12

21. Programming › Forth Programming Language › Pftutr22.zip -
by publisher. Tutor.com is a general...... Author The Snailworks. License type Shareware. Categories forth programming language.
http://www.simtel.net/pub/pd/12710.html
Registry First Aid 3.3.0.418
Cleans the registry to speed up your computer and stop program crashes! S EARCH: Site News Index
Account
Log on/register ...
Log off

Hot Spots Spotlights
Doc's Picks

New Uploads

Top 100 Downloads
...
Hot Games from GameZone.com

Highlights Registry First Aid
Net Nanny's Pop-up Scrubber
Vigilant Privacy for Windows High Impact eMail ... Mahjongg Towers II
ADVERTISEMENT TRANSLATE INTO English Spanish Portuguese French German Italian Japanese Korean using Google home Programming Forth programming language
pftutr22.zip
Downloads Average User Rating Rated by File Size Release Date N/A 157.56 KB Dec 21, 1999 Regular Download Download Now Quick Facts Author: The Snailworks License type: Shareware Categories: Forth programming language Description by publisher "Tutor.com is a general Forth language tutor with emphasis upon the Pygmy Forth platform by Frank Sergeant. It features a Forth language debugger with user swap screen and direct commands, a language look-up and reference utility, tips for making turn-key applications and the basics of compiler directives. Though not intended as your sole Forth language

22. Forth Programming Language - 268 Of The Best Sites Selected By Humans
forth programming Language. CBEL Computer technology ( 268 links, last update 12 April 2004 ) * = new links Forth Systems Programming Forth, Inc.
http://www.cbel.com/forth_programming_language/
Pages A-G 2 Columns
Pages H-O
Order by Alphabet Ordered by Theme Order by Popularity 3 Columns Pages P-Z 4 Columns
Forth Programming Language
CBEL Computer technology ( 268 links, last update: 12 April 2004 )
* = new links
[Find on this page]

BURKS: Forth

Chuck Moore

Comp.lang.forth repository
...
Webring: Forth Programming Webring

Books
Advanced Forth

Beginning Forth
Bibliography of Forth References Discover FORTH: Learning and Programming the... ... Writing Fcode Programs Companies AM Research Inc. ATHENA Programming, Inc. COMSOL: Computer Solutions Ltd. Creative Consulting for Research and Educati... ... Www.UltraTechnology.com FAQs,_Help,_and_Tutorials A Brief Introduction to Forth An Introduction to Forth An Introduction to Forth Using StackFlow ANS Forth FAQ ... Comus FAQs,_Help,_and_Tutorials (part 2) Crash Course in Forth DNWs Forth Page FAQ (1/6): General/Misc Forth Success Stories ... TUNES Project: Forth Implementations 4tH compiler-interpreter Abundance Abundance package; BBL Forth Aha ... Quartus Forth Implementations (part 2) Shell Forth: SFORTH Simtel.net: DOS: Forth SP-Forth StrongForth ... Yerk FTP site Implementations CamelForth Camel FORTH for the Z80, Z180, eZ80, and Rab...

23. Minimal Instruction Set Computers
Stackbased processors, 5-bit words, 25 instructions, 7000 transistors, 80 MIPS, 50 milliwatts, low cost; designed by Chuck Moore, creator of forth programming language.
http://www.ultratechnology.com/misc.html
Minimal Instruction Set Computers
The term MISC refers to Minimal Instruction Set Computers in general, and to the chips designed by Chuck Moore at Computer Cowboys. These chips are unusual in many ways. They are designed on Chuck's VLSI CAD software called OKAD. They are implemented in CMOS Silicon VLSI processes and are very small and fast. They use a CPU architecture based on the Forth computer language, and with only five bit instructions. The first chip to be produced at Computer Cowboys was stands for Multi-Micro Processor. With only 25 instructions MuP21 is a Minimal Instruction Set Computer. But it is not just he instruction set that has been minimized, much of the complexity in modern chips is gone. MuP21 is implemented in only 7000 transistors vs millions of transistors on other modern chips. MuP21 includes not only a Forth Engine CPU, but also a memory interface processor, and a video output processor on the chip. With only 7000 CMOS transistors MuP21 can execute 80 million instructions per second and only draw 50 milliwatts of power. A paper entitled MuP21 a High Performance MISC Processor was published by Charles Moore and C.H. Ting in the January 1995 issue of Forth Dimensions.

24. Forth Programming Language - 268 Of The Best Sites Selected By Humans
Pages PZ, 4 Columns. forth programming Language. CBEL Computer technology ( 268 links, last update 12 April 2004 ) * = new links
http://www.cbel.com/forth_programming_language/?order=pop

25. TinyMUCK 2.2 Fb 5.30 MUF Manual
Reference manual for Fuzzball's MultiUser forth programming language.
http://www.armory.com/~mortoj/mufman530.html
TinyMUCK 2.2 fb 5.30 MUF Manual
LOOPS
  • The BEGIN statement marks the beginning of a loop.
  • Either the UNTIL or the REPEAT statement marks the end of the loop.
  • REPEAT will do an unconditional jump to the statement after the BEGIN statement.
  • UNTIL checks to see if the value on the stack is false. If it is, it jumps execution to the statement after the BEGIN statement, otherwise, it falls through on execution to the statement after the UNTIL.
Within a loop, even within IF-ELSE-THEN structures within the loop structure, you can place WHILE, CONTINUE, or BREAK statements. There is no limit as to how many, or in what combinations these instructions are used.
  • A WHILE statement checks to see if the value on the stack is false. If it is, execution jumps to the first statement after the end of the loop. If the value was true, execution falls through to the statement after the WHILE.
  • The CONTINUE statement forces execution to jump to the beginning of the loop, after the BEGIN.
  • The BREAK statement forces execution to jump to the end of the loop, at the statement after the REPEAT or UNTIL, effectively exiting the loop.

26. PCMag.com Shareware Library: Programming › Forth Programming Language
Direction Ascending. forth programming language. Found 20. Displaying 110 1 2. next.
http://shareware.pcmag.com/category.php[id]124[SiteID]pcmag

Benchmarks
Utilities Shareware Library All Sites PC Magazine Home Downloads Shareware Library Programming
SEARCH SHAREWARE Advanced Search Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All User Ratings More than 25% More than 50% More than 60% More than 70% More than 80% More than 85% More than 90% More than 95% All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
Forth programming language
Found: 20. Displaying: 1-10 mina.com 4.0.3 Released: Sep 19, 2003 OS: MS-DOS License: Freeware Price: User Rating: N/A Downloads: File Size: 918.06 KB Company: Foundation Dutch Forth Workshop Web Site: http://home.hccnet.nl/
a.w.m.van.der.horst
Fig-Forth v2 2.32 Released: May 24, 2003 OS: MS-DOS/3.1/95/98 License: Shareware Price: User Rating: N/A Downloads: File Size: 688.00 KB

27. Forth In Java Programming
lang.java.programmer. forth programming Literature. view Forth FAQ1 Forth document ( ASCII). forth programming Links. Forth Interest Group
http://www.geocities.com/dolphinconsultant/forth.html
Last Modified: Monday March, 8th 2004 Forth in Java Programming
Forth in Java Programming
myForth Java Applet [ download myForth ]
WebForth
eForth for Java ...
Google Groups: comp.lang.java.programmer
Forth Programming Literature
view Forth FAQ1 ( HTML )
view ANS Forth document
( HTML)
download ANS Forth document
( HTML)
download ANS Forth document
( ASCII)
Forth Programming Links
Forth Interest Group Home Page
Forth Compilers Page

Forth Interest Group ( ftp)

Forth Information on Taygeta, Taygeta Scientific Inc.
...
Delta Forth .NET
People
Skip Carter homepage
Jeff Fox homepage Dr. Phil Koopman homepage Chuck Moore homepage Bill Muench homepage homepage [List of Forth Ring Sites] [Previous site] ... [Random Site] This site is a member of WebRing. To browse visit here

28. Treasure Isle Of Forth: Programming Resources
A Survey of ObjectOriented Forths The techniques and disciplines of object-oriented programming are attractive to users of the programming language Forth.
http://www.stejskal.de/web/computer/forth/_programmers_info.html
Programming Resources
Informations about Forth and implementation techniques
Internet Assigned Name
FORTH has been added to the set in the "System Names" section of "Assigned Numbers", currently Compliant systems may now use the string FORTH wherever official system names are required in the Internet protocols, such as in the reply of FTP servers to SYST, in the DNS HINFO records, and elsewhere.
A Survey of Object-Oriented Forths Does Late Binding Really Have To Be Slow? An Assembly Programer's Approach to Object-oriented Forth Yet another Forth objects package
After criticizing the Neon model, here is the presentation of another model, and its implementation, for object oriented programming in Forth.
Anton Ertl's Forth Research
This is the site of Forth Research at the "Institut für Computersprachen" and related topics, such as stack-based languages (PostScript, JavaVM), threaded-code interpreters, and stack machines. Some of the themes are:
  • Gforth Forth native code generation Compilation of Forth to C Stack caching for interpreters Gray, a parser generator in Forth

29. Forth Programming Language - Wikipedia, The Free Encyclopedia
Forth definition on Wikipedia the Free Encyclopedia .
http://www.wikipedia.org/wiki/Forth_programming_language
Forth programming language
From Wikipedia, the free encyclopedia.
Forth is a computer programming environment. It was initially developed by Chuck Moore at the US National Radio Astronomy Observatory ( NRAO ) during the , formalized as a programming language in , and standardized by ANSI in . It features both interactive execution of commands (making it suitable as a shell for systems that lack a more formal operating system ), as well as the ability to compile sequences of commands into threaded code for later execution. Its name is derived from Mr. Moore's belief that it was a " fourth-generation computer language " but it was developed on a computer whose file system allowed only five-letter identifiers Table of contents 1 Overview
2 Forth from a programmer's perspective

3 Facilities of a FORTH system

4 Structure of the language
...
edit
Overview
Forth offers a standalone programming environment consisting of a stack oriented interactive incremental interpreter compiler . Programming is done by extending the language with 'words' (the term used for forth subroutines ), which become part of the language once defined. Forth is usually implemented with an inner interpreter tracing indirectly threaded

30. Forth Programming Information (computer Forth Language Programming )
programmingx.com. forth programming Information. forth programming Language Forth history and selected links, with a focus on artificial intelligence.
http://www.programming-x.com/programming/forth-programming.html
programming-x.com
forth programming Information
Forth Programming Language
Forth history and selected links, with a focus on artificial intelligence.
Webring: Forth Programming Webring

Easy signup submission page, with some content. This website powered by webserver software zHTTP written in zForth (what else?) by site author.
The forth programming Webring
Administrative Intranet by Bill Zimmerly of The forth programming Webring
Forth: A Programming Language for Real Programmers

A dozen links, and a short explanation of Forth benefits which concludes with an enjoyable rant about the state of programming.
forth programming
Forth programming language

Forth definition on Wikipedia "the Free Encyclopedia". Forth Programmer's Handbook By Edward K. Conklin, Elizabeth D. Rather; FORTH, Inc., 1998, ISBN 0966215605. For experienced programmers new to Forth, and a fine detailed, technical ANS Forth reference for experienced Forth programmers. [FORTH, Inc.] FORTH, Inc. Forth language reference book. Forth Application Techniques By Elizabeth D. Rather, et al.; FORTH, Inc., 2000, ISBN 0966215613. Introductory spiral bound workbook, simple but detailed tutorial on modern Forth, long used as training manual at Forth, Inc. [FORTH, Inc.] FORTH, Inc. Forth Application Techniques workbook and Forth tutorial.

31. Jax Forth Page
The forth programming Environment Online. cLIeNUX An inexpensive subscriptionbased distribution of Linux oriented towards forth programming.
http://www.well.com/~jax/rcfb/forth.html
RCFB Top Page
The Forth Programming Environment Online
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
Looking for FIJI ForthIsh Java Interpreter
Standard Forth
American National Standard Forth Information describes the modern standard for the zenlike programming environment invented by Mr. Charles Moore in 1969. Or take a quick look at the ANS Forth FAQ
JaxForth
NO WARRANTY NO GUARANTEE NO SOAP RADIO YER ON YER OWN, SIS/BUB! Free software by Jack Woehr.
Download Jax4th 1.25 for Windows NT
159010 bytes
Download Jax4th 0.3.17 for the Amiga
123876 bytes
Download VWin4th
This is a very tiny demo Forth I wrote in 1994 in Digitalk Smalltalk for Windows. Source only. 10771 bytes
Download Corrections to Forth:The New Model
download these corrigienda, emenda and addenda (Rev. 1.6, text only) to the original work (ISBN 1-55851-277-2). 3347 bytes
Links
4th Compiler
Forth compiler for Dos, Windows and Unix.

32. KForth Page
Programming language and environment; implements large subset of ANS Forth, and extensions; can be standalone computing environment or object code can be linked to other programs to be a customizable language for that program.
http://ccreweb.org/software/kforth/kforth.html
kForth Page
What is kForth?
Announcements:
  • A version of the serial port interface (serial.4th) for kForth now works under Windows. See the kForth Programming Examples page for the file serialw.4th . A simple terminal program that illustrates how to use serial.4th and serialw.4th is provided for both Linux and Windows: terminal.4th and terminalw.4th
  • A new Forth module in the Quantum Mechanics Demo series has been released. The file, provides software to help illustrate principles of QM with spin states of an electron. Be sure to obtain the latest revision of the utility zmatrix.4th and the other needed include files.
  • The development version of a faster variant of kForth, called kforth-fast , is available for trial under Linux. Although not officially released yet, interested users may download the source package kffastlnx10.tar.gz and try it out. See the associated README file for a description of its differences from the ordinary version of kForth.
  • The file curvefit.4th

33. Forth Programming Language - Encyclopedia Article About Forth Programming Langua
encyclopedia article about forth programming language. forth programming language in Free online English dictionary, thesaurus and encyclopedia.
http://encyclopedia.thefreedictionary.com/Forth programming language
Dictionaries: General Computing Medical Legal Encyclopedia
Forth programming language
Word: Word Starts with Ends with Definition Forth is a computer programming Programming is the art of creating a computer program, a concrete set of instructions for a computer to carry out.
  • "There is no substitute for a working program" Herbert Simon, a founder of AI and Nobel laureate
Whether software programming is more like art (Donald Knuth), science, mathematics (Edsger Dijkstra), engineering (David Parnas), or a completely new field has been fiercely debated for many decades.
Click the link for more information. environment developed by Chuck Moore Charles H. Moore (also known as Chuck Moore ) is the inventor of the Forth programming language. While employed at US National Radio Astronomy Observatory (NRAO), Moore invented the initial version of the Forth language to help control radio telescopes.
External link
  • Chuck Moore's homepage
Charles Willard Moore (1925 - 1993) was an architect. Much of his work was authored under the firm Moore, Lyndon, Turnbull, Whitaker (MLTW).
Click the link for more information.

34. 51 Forth Programming Language - Encyclopedia Article About 51 Forth Programming
encyclopedia article about 51 forth programming language. 51 forth programming language in Free online English dictionary, thesaurus and encyclopedia.
http://encyclopedia.thefreedictionary.com/51 Forth programming language
Dictionaries: General Computing Medical Legal Encyclopedia
51 Forth programming language
Word: Word Starts with Ends with Definition is a subroutine-threaded version of Forth Forth is a computer programming environment developed by Chuck Moore then at the US National Radio Astronomy Observatory (NRAO) during the 1960s, and later formalized as a programming language in 1977, and standardized by ANSI in 1994. It features both interactive execution of commands (making it suitable as a shell for systems that lack a more formal operating system), as well as the ability to compile sequences of commands into threaded code for later execution. Its name is derived from Mr. Moore's belief that it was a "fourth-generation computer language" on a computer whose file system allowed only five-letter identifiers.
Click the link for more information. for the Intel 8051 The Intel 8051 is a microcontroller developed by Intel in 1980 for use in embedded products and still (2003) one of the most popular microcontrollers. The 8051/8031 cores are used in over 100 devices from 10 independent manufacturers such as Dallas, Philips and Atmel.

35. Marcel Hendrix's PROGRAMMING-page
Forth Source Links. Win32Forth programs by Jos vd Ven; The forth programming site of Leo Wong; The Scientific Forth Library Project; Forth fractal programs.
http://home.iae.nl/users/mhx/programs.html
Forth Source Links
Forth: simple games for text terminals
Forth: benchmarks
Forth: neural net programs
Forth: fractal programs
Forth: tools

36. FORTH, Inc. - Learning The Forth Programming Language
Forth Education Program. Courses Offered. Forth Application Techniques Introduction to ANS forth programming, suitable for users of most ANS Forth systems.
http://www.forth.com/Content/Products/Courses.htm
FORTH, Inc. Download PDFs Forth History On-line Forth Resources ... Application Notes
Show content about:
Embedded systems

Windows programming

Custom programming

Books on Forth
...
On-line ordering

Forth classes

Course descriptions
Forth Education Program
FORTH, Inc.'s Education Program enables you to take maximum advantage of our powerful software-development products. Most courses are week-long intensives designed for working professionals. Each course features lectures and hands-on, interactive problem solving; evening laboratory sessions allow typical programming situations to be explored in depth with experienced FORTH, Inc. engineers. Courses Offered
Forth Application Techniques
Introduction to ANS Forth programming, suitable for users of most ANS Forth systems.
Open Firmware Development
Introduction to Forth specifically targeted at Open Firmware developers. Our technical curriculum speeds you along the OF learning curve!
Embedded Systems Programming
Developing microcontroller applications using SwiftX and your favorite target.
Forth Application Techniques This intensive course provides programmers and engineers with valuable, time-saving insights into Forth programming techniques appropriate to most Forth implementations, including all FORTH, Inc. products. Students will learn Forth programming style and design techniques that apply directly to common Forth applications on PCs and in embedded systems. This course is taught on our Windows-based

37. FORTH, Inc. - Programming In Forth
Programming in Forth. The Forth Until your books arrive, or until class starts, here is a technical overview of forth programming. It provides
http://www.forth.com/Content/Forth/Programming.htm
FORTH, Inc. Download PDFs Forth History On-line Forth Resources ... Application Notes
Show content about:
Embedded systems

Windows programming

Custom programming

Books on Forth
...
On-line ordering

25+ years of FORTH

Corporate summary

Short case histories

Application notes
Partial list of users
Programming in Forth
The Forth language is relatively easy to learn for people with some programming background in other languages. Its rules are extremely simple, and there is no complicated syntax. The two challenges are simply mastering Forth's extremely rich command set and getting some practice using its stack-based architecture. FORTH, Inc. offers books for beginners and intermediate programmers to help shorten your learning curve. To get up to speed in the shortest time, total immersion in a good class is ideal. Until your books arrive, or until class starts, here is a technical overview of Forth programming. It provides a broad foundation for the detailed knowledge you will gain elsewhere. The following material is excerpted and adapted from Annex C "Perspective" of the ANS Forth specification. The original source resides at:

38. Programming Language FORTH
Search within SIGFORTH Advanced Search. SIGFORTH ACM Special Interest Group on forth programming Language. NEWSLETTER. ACM SIGFORTH.
http://portal.acm.org/browse_dl.cfm?linked=1&part=sig&idx=SP931&coll=portal&dl=A

39. An Architecture For The Direct Execution Of The Forth Programming Language
An architecture for the direct execution of the forth programming language. Full text, pdf formatPdf (1.55 MB). Source, Architectural
http://portal.acm.org/citation.cfm?id=36182&jmp=citings&dl=GUIDE&dl=ACM&CFID=111

40. Chicago Sun-Times - Programming › Forth Programming Language
Main › Programming › forth programming language. Filter forth programming language. Found 20. Displaying 110 1 2. next.
http://downloads.suntimes.com/category.php[id]124[SiteID]suntimes
Home News Sports Business ...
Home delivery
Hot Downloads Drawing Hand 2003
Magic Snake Game

Lemonade Tycoon

Rocket Mania
... Programming
Filter by: All OSs Handheld MS-DOS Win 2000/NT Win 95/98/ME Windows 3.1 Windows XP All Licenses Adware Beta Demo Freeware Legacy Public Domain Shareware All Prices Less than $5 Less than $10 Less than $25 Less than $50 Less than $100 All File sizes Less than 50kb Less than 250kb Less than 500kb Less than 750kb Less than 1mb Less than 2mb Less than 5mb Sort by: Released date Title Price User rating File size License Direction: Ascending Descending
Forth programming language
Found: 20. Displaying: 1-10 mina.com 4.0.3 Released: Sep 19, 2003 OS: MS-DOS License: Freeware Price: User Rating: N/A Downloads: File Size: 918.06 KB Company: Foundation Dutch Forth Workshop Fig-Forth v2 2.32 Released: May 24, 2003 OS: MS-DOS/3.1/95/98 License: Shareware Price: User Rating: N/A Downloads: File Size: 688.00 KB Company: The Snailworks pftutr22.zip - Released: Dec 21, 1999 OS: MS-DOS License: Shareware Price: User Rating: N/A Tutor.com is a general Forth language tutor with emphasis upon the Pygmy Forth platform by Frank Sergeant. It features a Forth language debugger with user swap screen and direct commands, a language look-up and reference utility, tips for making turn-key applications and the basics of compiler directives. Though not intended as your sole Forth language experience, the samples include a Black Jack game, basic modem interface with Xmodem protocol, and a file character filter as a DOS command line function. Contains full source to the compiler, assembler and meta-compiler. Special requirements: None. Supportware (requested donation). Uploaded by the author. Mary Bell progchan@aol.com

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 2     21-40 of 124    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

free hit counter