Comment by snowwlex

Comment by snowwlex a day ago

1 reply

> You can magnify the effect of a powerful language by using a style called bottom-up programming where you write programs in multiple layers, the lower ones acting as programming languages for those above. If you do this right, you only have to keep the topmost layer in your head.

And if you do it wrong (overengineering), you would need to learn not just one, but as many programming languages as there are layers...

snowwlex a day ago

That's IMHO what OOP (as understood in Java world) tends to evolve to...