Hi,
How to calculate the difference and intersection of two sets,which are lists ?
thx.
How to calculate the difference and intersection of two sets,which are lists ?
thx.
Discuss and learn Lisp programming of all dialects
This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.
2 posts · 5443 views
(require 'cl)
You need to evaluate (require 'cl), because the Emacs "set-difference" and "intersection" functions are defined in "cl-seq.el", that is no standard part of Emacs, then try: