(require 'cl-lib)
를 쓰면 된다.
Usage (Common Lisp Extensions) (gnu.org)
Loop Examples (Common Lisp Extensions) (gnu.org)
Loop Examples (Common Lisp Extensions)
4.7.2 Loop Examples Before listing the full set of clauses that are allowed, let’s look at a few example loops just to get a feel for the cl-loop language. (cl-loop for buf in (buffer-list) collect (buffer-file-name buf)) This loop iterates over all Emac
www.gnu.org
'Programming' 카테고리의 다른 글
| Why Const Sucks (jmdavisprog.com) (0) | 2023.08.11 |
|---|---|
| Product Keys - Visual Studio Subscriptions Portal (0) | 2023.05.23 |
| SharpDevelop - Visual Studio 를 대체할 강력한 .NET IDE! (0) | 2023.05.08 |
| New C features in GCC 13 | Red Hat Developer (0) | 2023.05.06 |
| Clojure from a Schemer's perspective Posted on 2021-03-03 (0) | 2022.11.04 |