|
From: | Stefan Monnier |
Subject: | Re: Including some functions from dash.el in Emacs? |
Date: | Wed, 29 Oct 2014 10:06:59 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> Indeed, but I thought that having it builtin (ie no cl-lib > required) would make Elisp better. Maybe that's just me but I always see > cl-lib as a compatibility layer for CL, not something that I should > almost always load in order to have decent manipulation list functions. The problem is only in your mind. Adding "(require 'cl-lib)" to the beginning of your file costs only 18bytes. I think you can afford it. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |