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:08:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

tomas wrote:

> args are evaluated first

And from left to right :)

(defun dis ()
  (let ((do-as "Disintegration as a Service"))
    do-as) )

(dis (message "Access to the Lisp planet") (/ 1 0))

(dis (/ 1 0) (message "bz-7z [static]"))

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




reply via email to

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