TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

C++ vs. Lisp or JRM vs. Ebhakt

3 pointsby pcofabout 15 years ago

1 comment

foldrabout 15 years ago
Common Lisp doesn't have <i>that</i> 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.