Skip to content

Instantly share code, notes, and snippets.

@Fuco1
Created May 7, 2014 21:23
Show Gist options
  • Save Fuco1/ebc498a9a700840ce4e6 to your computer and use it in GitHub Desktop.
Save Fuco1/ebc498a9a700840ce4e6 to your computer and use it in GitHub Desktop.
(let* ((plist1 '(:a 1 :b 2))
(plist2 '(:b 3 :c 4))
(both (-concat plist1 plist2))
(-compare-fn (-on 'equal 'car)))
(-flatten-n 1 (-distinct (-partition 2 both))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment