Programming A Problem Oriented Language

Forth - how the internals work

Paperback, 181 pages

Published July 14, 2018 by Independently published.

ISBN:
978-1-9833-6256-9
Copied ISBN!

View on OpenLibrary

3 stars (1 review)

1 edition

Review of 'Programming A Problem Oriented Language' on 'Goodreads'

3 stars

This is not an amazing book by any means - but if you're into the Forth language/ecosystem like I am right now, it's pretty high on the list of things to read. It's Moore's own explanation of: 1) What he built, 2) How he reasons about a self-bootstrapping programming language (namely, Forth), and 3) His general philosophy of software development.

I gotta say, while you can argue about how Forth helps or hurts the cause, his First Principle of keeping it simple is spot on! And he's practical about it too.

I like that we get an opinionated take on a variety of topics such as the pros and cons of word (function) name lookup strategies, etc. I love how practical he is about complexity vs. storage concerns vs. compute time concerns.

It's a bit rambling and meandering and is not a highly professional and polished book. According to the …