Hacker News new | ask | show | jobs
C++ vs. Lisp or JRM vs. Ebhakt (funcall.blogspot.com)
3 points by pcof 5886 days ago
1 comments

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.