Limit this search to....

eForth Overview: C.H. Ting
Contributor(s): Pintaske, Juergen (Editor), Ting, C. H. (Author)
ISBN: 1726852369     ISBN-13: 9781726852364
Publisher: Independently Published
OUR PRICE:   $11.64  
Product Type: Paperback
Published: October 2018
Qty:
Additional Information
BISAC Categories:
- Computers | Compilers
Physical Information: 0.29" H x 6" W x 9" (0.42 lbs) 122 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Before diving directly into eForth, I would like to discuss the general principles of Forth language. The language consists of a collection of words, which reside in the memory of a computer and can be executed by entering their names on the computer keyboard. A list of words can be compiled, given a new name and made a new word. In fact, most words in Forth are defined as lists of existing words. A small set of primitive words are defined in machine code of the native CPU. All other words are built from this primitive words and eventually refer to them when executed.