Search found 1 match

by pnathan
Wed Dec 21, 2011 1:35 am
Forum: Common Lisp
Topic: Member using MAP
Replies: 4
Views: 10477

Re: Member using MAP

a list is a linear datastructure by definition. therefore I am inferring that you must mean nested lists. The absolutely lame solution would be to write an implementation of FLATTEN and then work against that. If I was excruciatingly in a hurry and didn't care about the quality of my code and couldn...