Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.23 KB | None | 0 0
  1. (assoc person3 "OldNames"
  2.   (.join ", " (list (set
  3.     (+ (list-comp (.strip s) [s (.split (get person1 "OldNames") ",")])
  4.        [(get person1 "SCAname")]
  5.        (list-comp (.strip s) [s (.split (get person2 "OldNames") ",")]))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement