[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Elisp programming style
From: |
Tassilo Horn |
Subject: |
Re: [O] Elisp programming style |
Date: |
Sat, 29 Oct 2011 09:43:51 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) |
Thorsten <address@hidden> writes:
> I start do discover that the cl package does have some nice functions
> (like flet).
For code that's included in emacs (or wants to be), you should not
require the cl package at runtime. But it's ok to require it at compile
time for using its macros [dolist, flet, ...].
Bye,
Tassilo
--
(What the world needs (I think) is not
(a Lisp (with fewer parentheses))
but (an English (with more.)))
Brian Hayes, http://tinyurl.com/3y9l2kf
- Re: [O] Elisp programming style, (continued)
- Re: [O] Elisp programming style, Nick Dokos, 2011/10/28
- Re: [O] Elisp programming style, Thorsten, 2011/10/28
- Re: [O] Elisp programming style, Eric Abrahamsen, 2011/10/28
- Re: [O] Elisp programming style, Tassilo Horn, 2011/10/28
- Re: [O] Elisp programming style, Eric Schulte, 2011/10/28
- Re: [O] Elisp programming style, Thorsten, 2011/10/28
- Re: [O] Elisp programming style, Eric Schulte, 2011/10/28
- Re: [O] Elisp programming style, Thorsten, 2011/10/28
- Re: [O] Elisp programming style, Tom Prince, 2011/10/28
- Re: [O] Elisp programming style, Thorsten, 2011/10/29
- Re: [O] Elisp programming style,
Tassilo Horn <=