all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cl-loop - do you understand it well?
@ 2022-12-10  2:22 Emanuel Berg
  2022-12-10 18:56 ` Michael Heerdegen
  0 siblings, 1 reply; 17+ messages in thread
From: Emanuel Berg @ 2022-12-10  2:22 UTC (permalink / raw)
  To: help-gnu-emacs

So what is this eval'd to - an why?

Hint: All and any method is allowed!

;;; -*- lexical-binding: t -*-

(require 'cl-lib)

(cl-loop
  for i from 0 to 1
  collect (lambda () i) into funs
  finally return (apply #'+ (mapcar #'funcall funs)) )

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




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

end of thread, other threads:[~2022-12-21  8:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10  2:22 cl-loop - do you understand it well? Emanuel Berg
2022-12-10 18:56 ` Michael Heerdegen
2022-12-10 19:00   ` Akib Azmain Turja
2022-12-10 19:35     ` tomas
2022-12-10 20:48       ` Michael Heerdegen
2022-12-11  5:57         ` Akib Azmain Turja
2022-12-11 14:43           ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-12-12  6:03             ` Akib Azmain Turja
2022-12-12  1:41           ` Michael Heerdegen
2022-12-14 23:53             ` Emanuel Berg
2022-12-16  0:25               ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-12-17  0:02                 ` Emanuel Berg
2022-12-16  2:25               ` Michael Heerdegen
2022-12-17  0:03                 ` Emanuel Berg
2022-12-18  0:16                   ` Michael Heerdegen
2022-12-19 20:36                     ` Emanuel Berg
2022-12-21  8:12                       ` Michael Heerdegen

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.