Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想执行一个 CL 表单,直到它变为 nil。我怎样才能?(我是 RTFM,但找不到。也许我快精神崩溃了)。
无论如何,我们将不胜感激!
(loop while your-form)
或者
(do () ((not your-form)))