User Profile

None

engtao@bookwyrm.tech

Joined 1 year, 2 months ago

This link opens in a pop-up window

engtao@bookwyrm.tech's books

View all books

User Activity

Thinking Forth (Paperback, 2004, Punchy Publishing) 4 stars

A great book about Forth and about programming

4 stars

Thinking Forth is one of the very few books on this very interesting programming language that goes beyond the syntax and into the philosophy of the language. This is important because Forth is very different to other programming language, due to its explicit use of the stack and its dictionary-based structure. These changes make a significant difference to what good code looks like in Forth compared to other languages... The functions are very short and build up from low to high level, resulting in a domain-specific language that is an expression of the problem being solved and the individual programmer's approach to understanding and solving the problem.

The book contains a number of relatively simple but not trivial examples to illustrate good approaches and to point out common pitfalls. The style of writing, like Leo Brodie's other book 'Starting Forth' is relaxed, and makes liberal use of cartoons, which may …

Thinking Forth (Paperback, 2004, Punchy Publishing) 4 stars

A great book about Forth and about programming

4 stars

Thinking Forth is one of the very few books on this very interesting programming language that goes beyond the syntax and into the philosophy of the language. This is important because Forth is very different to other programming language, due to its explicit use of the stack and its dictionary-based structure. These changes make a significant difference to what good code looks like in Forth compared to other languages... The functions are very short and build up from low to high level, resulting in a domain-specific language that is an expression of the problem being solved and the individual programmer's approach to understanding and solving the problem.

The book contains a number of relatively simple but not trivial examples to illustrate good approaches and to point out common pitfalls. The style of writing, like Leo Brodie's other book 'Starting Forth' is relaxed, and makes liberal use of cartoons, which may …