I saw in the question How to implement memoization in a PHP function? appears the term" memoization ".
The first impression I had is that this term was related to "memorizing" or "avoiding reprocessing". Is it just that or is it something more comprehensive?
Where did this term come from and what does it mean?
Can any programming language use this "memo"?