Re: silly q about sloop

Raymond Toy <[email protected]> Wed, 29 Apr 2026 11:57:19 -0700
Newsgroups gmane.comp.mathematics.maxima.general
Message-ID <[email protected]>
On 4/29/26 11:23 AM, James Cloos wrote:

> having read the git log on the brach about moving sloop,
> in my master checkout sloop.lisp reads:
>
> (in-package :cl-sloop)
> (defmacro sloop (&rest body)
>    (warn (intl:gettext "Using deprecated macro 'sloop'. Use 'loop' instead."))
>    `(loop ,@body))
>
> is deleting not better than moving?

Probably, but I didn’t want to break anyone’s use of sloop so it’s still 
in share/utils. I won’t object if someone really wants to remove it 
completely.

&#8203;

_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss