Set Operations

Started by jopython, December 28, 2011, 03:51:43 AM

Previous topic - Next topic

jopython

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 :)

Lutz

#1
http://www.newlisp.org/downloads/newlisp_manual.html#intersect">http://www.newlisp.org/downloads/newlis ... #intersect">http://www.newlisp.org/downloads/newlisp_manual.html#intersect

http://www.newlisp.org/downloads/newlisp_manual.html#difference">http://www.newlisp.org/downloads/newlis ... difference">http://www.newlisp.org/downloads/newlisp_manual.html#difference

http://www.newlisp.org/downloads/newlisp_manual.html#unique">http://www.newlisp.org/downloads/newlis ... tml#unique">http://www.newlisp.org/downloads/newlisp_manual.html#unique

http://www.newlisp.org/downloads/newlisp_manual.html#exists">http://www.newlisp.org/downloads/newlis ... tml#exists">http://www.newlisp.org/downloads/newlisp_manual.html#exists

http://www.newlisp.org/downloads/newlisp_manual.html#for-all">http://www.newlisp.org/downloads/newlis ... ml#for-all">http://www.newlisp.org/downloads/newlisp_manual.html#for-all

William James

#2
I wish that union could be added, although I realize that it is easy to define.

Kazimir Majorinc

#3
I agree about union, not because it is particularly missing, but because it is low hanging fruit.
http://kazimirmajorinc.com/\">WWW site; http://kazimirmajorinc.blogspot.com\">blog.

William James

#4
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.