unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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ć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).