(filter even? (list 1 2 3 4 5 6)) = (list 2 4 6)
(take-while even? (list 1 2 3 4 5 6)) = empty
(filter odd? (list 1 2 3 4 5 6)) = (list 1 3 5)
(take-while odd? (list 1 2 3 4 5 6)) = (list 1)
> --
> You received this message because you are subscribed to the Google Groups
> "byu-cs-330-fall-2013" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
byu-cs-330-fall-...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
--
Jay McCarthy <
j...@cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay
"The glory of God is Intelligence" - D&C 93