I have the 2 lists, \'(1 2 3 4), and \'(add1 sub1 add1). They do not have same length. The first list is numbers, the second list is functions. I w
\'(1 2 3 4)
\'(add1 sub1 add1)