💡💻 Genius inventions: FORTH programming language

Forth is an example of what I call “elegant solution of a complicated problem”. What will you do if you have a computer without any software to operate on it?

It’s hard to imagine an alternative to what Charles H. Moore invented in 1970.

Indeed, if you don’t have an operational environment to accomplish your goal you have to create that environment from zero. The question is only of ‘cost’ — efforts you will spend.
The geniousness of the Forth language is that it is designed so that it can be easily implemented step by step from scratch and on each next step existing part of the system helps you a lot to move further.

Comments

Popular posts from this blog

💻 Programming: recipe: response validation against OpenAPI schema in Python

ϕ Logic vs. ‘common sense’

💻 Programming: recipe: pytest: assertion after all tests run