1 comment

[ 4.4 ms ] story [ 14.8 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.