all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How many packages do you use?
@ 2024-02-22  4:50 Emanuel Berg
  2024-02-23  1:12 ` Arsen Arsenović
  0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg @ 2024-02-22  4:50 UTC (permalink / raw)
  To: help-gnu-emacs

How many packages do you use?

If one defines "using a package" as `require'-ing it in
employed Elisp configuration and extension source, then one
can use this command to find out

  $ grep -h -o '(require .*)' **/*.el | sort -u | wc -l

I use 159!

Isn't it amazing that one almost never has any collisions
doing it? Actually, I can't think of a single time that
happened. But maybe it happened once or twice as I don't
remember everything that happens.

Maybe this shows that built-in and/or enforced modularity is
over-rated?

-- 
underground experts united
https://dataswamp.org/~incal




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-25 13:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22  4:50 How many packages do you use? Emanuel Berg
2024-02-23  1:12 ` Arsen Arsenović
2024-02-23  3:11   ` Emanuel Berg
2024-02-25 13:57     ` Arsen Arsenović

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.