I was wondering... why memoization is not provided natively as a language feature by any language I know about?
Edit: to clarify, what I mean is that th
Not all the languages natively support function decorators. I guess it would be a more general approach to support rather than supporting just memoization.