[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : Re: Shrinking the C core
From: |
Alfred M. Szmidt |
Subject: |
Re: [External] : Re: Shrinking the C core |
Date: |
Sun, 17 Sep 2023 00:55:51 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> We have them in Elisp as well, `cl-remove-if' and
> `cl-remove-if-not', both in cl-seq.el.
A partial emulation of some Common Lisp functions is present
in the cl-lib library, for emulation purposes. It is not supposed to
be used a lot.
And if there are functions or features that make sense from Common
Lisp, they can always be added piecemeal. There is no need to make
Emacs Lisp complicated for the sake of compatibility with Common Lisp.
Someone mentioned &optional, and with default values -- that would be
a nice addition to Emacs Lisp.
- Re: [External] : Re: Shrinking the C core, Arthur Miller, 2023/09/13
- Re: [External] : Re: Shrinking the C core, Emanuel Berg, 2023/09/15
- Re: [External] : Re: Shrinking the C core, Richard Stallman, 2023/09/16
- Re: [External] : Re: Shrinking the C core,
Alfred M. Szmidt <=
- Re: [External] : Re: Shrinking the C core, Emanuel Berg, 2023/09/17
- Re: [External] : Re: Shrinking the C core, Alfred M. Szmidt, 2023/09/17
- RE: [External] : Re: Shrinking the C core, Drew Adams, 2023/09/17
- Re: [External] : Re: Shrinking the C core, Emanuel Berg, 2023/09/18
- Re: [External] : Re: Shrinking the C core, Richard Stallman, 2023/09/19
- Re: [External] : Re: Shrinking the C core, Richard Stallman, 2023/09/19
- Re: [External] : Re: Shrinking the C core, Emanuel Berg, 2023/09/19
- Re: [External] : Re: Shrinking the C core, Eli Zaretskii, 2023/09/19
- Re: [External] : Re: Shrinking the C core, Richard Stallman, 2023/09/21
- Re: [External] : Re: Shrinking the C core, Eli Zaretskii, 2023/09/17