Function prolog_eval_varargs

  • The correct way to handle eval functions that respects the overloading of operators mechanism.

    Parameters

    • expr: Cons
    • handler: ((values, env) => U)
        • (values, env): U
        • Parameters

          • values: Cons
          • env: ExprContext

          Returns U

    • env: ExprContext

    Returns U