(number-length \'(1 1 0 1 0 0)) this suppose to return 6. I know how to use length and find it but I don\'t know how do it without length and using map or filter or reduce. Can