Search Results

0
votes

Does Common Lisp have a something like java’s Set Interface/implementing classes?

Personally, I would just implement a function which takes a list and return a unique set. I've drafted something together which works for me: (defun make-set (list-in &optional …