Skip to Content
Strange Code
book

Strange Code

by Ronald T. Kneusel
September 2022
Intermediate to advanced
496 pages
12h 32m
English
No Starch Press
Content preview from Strange Code

4FORTH

Image

Forth is the quintessential minimalist programming language. Parsing Forth is nothing more than extracting tokens separated by whitespace. There is no interpretation of formulas and everything is a discrete word operating on the stack. Programs are a collection of functions, called words, that are compiled, function by function, to an ever expanding memory space known as the dictionary. Words are executed when encountered, or compiled to the dictionary when defined. This is in contrast to languages like Python, C++, or Java, which require sophisticated parsers and compilers and a rigid structure, and are well-abstracted from the hardware ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Good Code, Bad Code

Good Code, Bad Code

Tom Long
Street Coder

Street Coder

Sedat Kapanoglu

Publisher Resources

ISBN: 9781098141363