emacs-devel
[Top][All Lists]
Advanced

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

Re: Why is there no `until' in elisp?


From: Stefan Monnier
Subject: Re: Why is there no `until' in elisp?
Date: Wed, 17 Oct 2018 11:03:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> In both these implementations, ‘until’ is still a pre-condition loop
> (same as ‘while’, but with the condition negated).

No, the condition can be anywhere: (while (progn (before) (test)) (after))


        Stefan



reply via email to

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