help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'


From: Emanuel Berg
Subject: Re: [External] : Re: Emacs 30.0 warning from `cl-pushnew' and `memql'
Date: Thu, 29 Dec 2022 08:19:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

tomas wrote:

> Benchmark is a /function/, so its argument is evaluated
> first. By the Rule of Lisp [1], args are evaluated first...

Applicative order AKA strict evaluation: a function is
undefined if any of its arguments are.

So in practice, that means they are computed first.

And that makes sense! Since a function f(x, y) is very much
a function of x and y ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]