newLISP Fan Club

Forum => Anything else we might add? => Topic started by: fred on March 17, 2009, 04:34:33 AM

Title: intersect example in "Introduction to newLISP"
Post by: fred on March 17, 2009, 04:34:33 AM
@Cormullion:

From then "Introduction to newLISP" i think the difference function should be intersect in this example?



The intersect function finds the elements that are in both lists.



(difference d2 d1)

;-> ("." ".." ".DS_Store" "Language Modules" "Menu Scripts" "Plug-Ins" "Read Me.txt" "Scripts" "Unix Support")
Title:
Post by: cormullion on March 17, 2009, 11:55:30 AM
You're quite right! Thanks for catching this one... It'll be fixed - one day. :)