Skip to content

Instantly share code, notes, and snippets.

@et2010
Created February 18, 2016 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save et2010/4b2c25764250319e6f42 to your computer and use it in GitHub Desktop.
Save et2010/4b2c25764250319e6f42 to your computer and use it in GitHub Desktop.
Untitled
(defun jw/gather-alist-cdrs (ALIST)
"Return a list whose elements are cdrs from ALIST"
(-mapcat (lambda (x) (list (cdr x))) ALIST))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment