Hacker News new | ask | show | jobs
by citizenparker 6082 days ago
Thus proving the author's point.
1 comments

But C with vector, string, hash_map, const&, destructors and scoped_ptr is a pretty good language! It's certainly better than plain C. It's just not as aesthetically pleasing that it sits inside the larger monstrosity that is C++.
Thus proving the authors point even further.

It is funny how everybody really seems to have their own favorite subset of C++.

Just as Lisp programmers add new syntax and vocabulary to build custom languages, C++ programmers do the same by taking them away.
Does anyone really use all of Common Lisp?

I'd say the justification for all of the large languages (like C++ and Common Lisp) is the same. You may not need all of it, but the features you do need will at least be standardized, compared to using a small language with ad-hoc extensions to achieve the same.

[ I here include the standard library as part of the language, for languages with extensive meta-programming support like C++ and Common Lisp, it makes little sense to distinguish. ]

Most users also probably have their own favorite subset of Word.
You've nailed it right on the head there though, when offered a bloated solution, people will 'subset', when offered something small and powerful people will customize.
You missed my point. Most users each probably have a different subset of Word.
No, I got it all right, that's what I meant. Each user subsets word for themselves in to what they need/can handle.