| I have been working on some code that requires dotted lists, and it is interesting how many list oriented functions do not handle the dotted list case. Is this for efficiency reasons, or oversight? All I really needed was to be able to get the length of the dotted list, but it would be nice if some of the other list functions worked as well. |