Thinking Forth is a book about the philosophy of problem solving and programming style, applied to the unique programming language Forth. Published first in 1984, it could be among the timeless classics of computer books, such as Fred Brooks' The Mythical Man-Month and Donald Knuth's The Art of Computer Programming.
Many software engineering principles discussed here have been rediscovered in eXtreme Programming, including (re)factoring, modularity, bottom-up and incremental design. Here you'll find all of those and more, such as the value of analysis and design, described in Leo Brodie's down-to-earth, humorous style, with illustrations, code examples, practical real life applications, illustrative cartoons, and interviews with Forth's inventor, Charles H. Moore as well as other Forth thinkers.
Pages : | 316 pages |
Size : | PDF files |
File type : | |
Downloads: | 21 |
Created: | 2020-08-30 |
License: | CC BY-NC-SA 2.0 |
Author(s): | Leo Brodie |
Download free course Optimizing HPC Applications with Intel Cluster Tools, pdf file on 291 pages by Alexander Supalov, Andrey Semin, Michael Klemm, Christopher Dahnken....
Front-end Developer HandbookDownload free course Front-end Developer Handbook, pdf file on 145 pages by Cody Lindley....
CyberParks – The Interface Between People, Places and TechnologyDownload free course CyberParks – The Interface Between People, Places and Technology, pdf file on 331 pages by Carlos Smaniotto Costa, Ina Šuklje Erjavec, Therese Kenna, Michiel de Lange, Konstantinos Ioannidis, Gabriela Maksymiuk, Martijn de Waal....
Visual Studio 2019 SuccinctlyDownload free course Visual Studio 2019 Succinctly, pdf file on 91 pages by Alessandro Del Sole....
Creating a logo using CorelDrawThis PDF tutorial will teach you how to create a logo for an imaginary coffee shop using CorelDRAW....
Compiler Design: Theory, Tools, and Examples...
Elixir SuccinctlyDownload free course Elixir Succinctly, pdf file on 84 pages by Emanuele DelBono....
Software InnovationDownload free course Software Innovation, pdf file on 129 pages by Jeremy Rose....
The Little MongoDB BookDownload free course The Little MongoDB Book, pdf file on 66 pages by Karl Seguin....
Open Data Structures: An IntroductionOffered as an introduction to the field of data structures and algorithms, Open Data Structures covers the implementation and analysis of data structures for sequences (lists), queues, priority queues, unordered dictionaries, ordered dictionaries, and graphs. ...