Hacker News new | ask | show | jobs
by GeoJawDguJin 6355 days ago
Some of them do. There are lots of redundant functions in CL, for reasons of backwards compatibility.
1 comments

All of the sequence functions and special forms work on all of the sequence types.

The "redundancy" is that there are also functions/forms that work on specific sequence types. It would be surprising if there weren't because if two data types have exactly the same set of operations, one of them may be unnecessary.