Anything related to evaluation of expressions, i.e. the process used to determine the value of expressions in a running program.
What is it?
Evaluation is about rules, algorithms and strategies used for the evaluation of expressions or the computation of evaluation functions.
Related tags
- The tag evaluate may be used more specifically for the execution or invocation of evaluations.
- For more specific questions use tags such as for example lazy-evaluation
See also:
- Evaluation strategies on Wikipedia
- Expressions on Wikipedia
- Order of evaluation on Wikipedia
- Evaluation function on Wikipedia