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.

Why C++ is not my favourite language

17 pointsby alaricspover 15 years ago

5 comments

dtfover 15 years ago
I guess he's not a systems programmer. What language did Slava Pestov turn to when he recently re-wrote Factor's VM?<p>C++ programmers: we do the dirty work so you don't have to.
评论 #791723 未加载
评论 #791937 未加载
eplawlessover 15 years ago
That's really cool that this guy thinks dynamic languages have the potential to be faster than C++. Maybe he can write a second article when they are actually faster, with some properly done benchmarks or some valid technical examples.
评论 #791743 未加载
评论 #791669 未加载
评论 #791939 未加载
barrkelover 15 years ago
The canonical anti-C++ link for me has to be <a href="http://yosefk.com/c++fqa/" rel="nofollow">http://yosefk.com/c++fqa/</a> - pretty thorough and reasonably well argued.
评论 #792571 未加载
psrangaover 15 years ago
From my perspective, most of the stuff about C++ complexity rings untrue. Most people I know seem to know enough about C++ that they can produce pretty good code.<p>Yes, there's a lot of depth to C++ but you derive a lot of benefit from other's wizardry even if you're not a magician yourself.<p>Maybe this guy didn't invest as much time on C++ as he did on his other languages.
评论 #791816 未加载
评论 #791921 未加载
评论 #791949 未加载
cbeustover 15 years ago
I sympathize with the author's dislike for C++ and while you can't argue that dynamic languages "could" at some point in the future be faster than C++, it's very unlikely to happen since one of the requirements for this kind of speed is for a language to be statically typed. Without type information, the compiler is left with very few options to optimize the generated code.
评论 #791729 未加载
评论 #791838 未加载
评论 #791732 未加载