Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

RE: searching a list of sublists for matching expression

$
0
0
It looks like you were trying to do something like this: setof(list mylist destructuringBind((first second) list string(first) && rexMatchp("one" first) ) ) You could also write that this way: setof(list mylist stringp(car(list)) && rexMatchp("one" car(list)) )

Viewing all articles
Browse latest Browse all 33813

Trending Articles