1 comment

[ 5.6 ms ] story [ 15.6 ms ] thread
Common Lisp doesn't have that much to boast about in terms of its sequential data structures. In many respects the STL is a much better organized library than CL's hodge podge of generic sequence functions. For example, it wouldn't be easy to write std::copy for CL.