Content
    Applicative order evaluation (eager evaluation)

Evaluation strategy

See also: Wikipedia: Evaluation strategy

Applicative order evaluation (eager evaluation)

All arguments to procedures are evaluated when provided to procedure (when procedure is applied)

  • for example Scheme uses this evaluation strategy

Normal order evaluation (lazy evaluation)

Delay the evaluation of procedure arguments until they are needed



  • Category

  • Programming

  • Tags

  • Computer Science

  • Created

  • 27. January 2021


  • Modified

  • 17. March 2022