Masterminds of Programming cover
Masterminds of Programming
by Federico Biancuzzi, Shane Warden
ISBN: 9780596550943
Found in 2 comments on Hacker News
We may earn a commission from purchases made through links on this page.
Not ready yet? Get weekly book picks.
Chuck Moore, inventor of Forth, is also an advocate of bottom-up development.

> You mentioned that a lot of Forth programs you’ve seen look like C programs. How do you design a better Forth program?

> Chuck: Bottom-up.

> First, you presumably have some I/O signals that you have to generate, so you generate them. Then you write some code that controls the generation of those signals. Then you work your way up until finally you have the highest-level word, and you call it go and you type go and everything happens.

> I have very little faith in systems analysts who work top-down. They decide what the problem is and then they factor it in such a way that it can be very difficult to implement.

https://www.oreilly.com/library/view/masterminds-of-programm...

fizfaz · 2019-04-02 · Original thread
this one: https://www.oreilly.com/library/view/masterminds-of-programm... ? Very interesting interview indeed.