Ask HN: Can someone list the software writern in pure C?
It will be great, if you list in three catagories, namely - current(code is mantained, and new code is added/writern example linux kernel (it will be C till linus is alive)), new/upcomming, legecy...
What is the future of C, in the age of parrlel computing?
7 comments
[ 2.9 ms ] story [ 28.6 ms ] threadSuch a list would be almost interminable. You could ask "what sorts of things is pure C still used for?" and then you could get a reply that lists categories - the GNU suite, drivers, kernels, etc. - but asking for a list of C programs is ridiculous.
Also people, 'list by popularity' will be good right?
Adding to that, I may want to ask, how much and where is it used commercially (leave out open source)
As for the future of C in an age where more tasks are being done in parallel, the C11 standard may give better information than I can.
Ok, I ask to list by relevancy and popularity, like at least top 20?? Or at least list promising recent/upcomming projects.
Interesting projects could include Linux/PostgreSQL (current) and Redis (pretty new); I tend to steer clear of unmaintained software, so I cannot help you there.