by zgljosh ?? Mon Mar 12, 2012 8:00 pm For this form(cons 'a (cons 'chicken 'cat))(consp (cons 'a (cons 'chicken 'cat))) returns T(listp (cons 'a (cons 'chicken 'cat))) returns T(list-length (cons 'a (cons 'chicken 'cat))) throws error CAT is not of type listnth 0, nth 1 works but nth 2 gives the same errorIt seems contradictory to me: if the form is a list as shown by listp function call, it shou