Is there a module somewhere which can perform basic Set operations (like unions, intersections, differences etc)
Basic Set theory is something I know since Middle school and easy to associate with :)
http://www.newlisp.org/downloads/newlisp_manual.html#intersect
http://www.newlisp.org/downloads/newlisp_manual.html#difference
http://www.newlisp.org/downloads/newlisp_manual.html#unique
http://www.newlisp.org/downloads/newlisp_manual.html#exists
http://www.newlisp.org/downloads/newlisp_manual.html#for-all
I wish that union could be added, although I realize that it is easy to define.
I agree about union, not because it is particularly missing, but because it is low hanging fruit.
Quote from: "Kazimir Majorinc"I agree about union, not because it is particularly missing, but because it is low hanging fruit.
Good news, Kazimir. Lutz sent me a p.m. indicating that this will be added.