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 Is Still Everywhere

36 pointsby pausmfibabout 3 years ago

3 comments

wcerfgbaabout 3 years ago
The most difficult thing I find about C is the (apparent) lack of libraries and packages. With other languages I know where to go to find libraries for anything I need, but I never know where to look with C. As a result I never really use it.<p>A boilerplate project with testing, common libs for data structures, and pointers to useful resources like extra libs, would be really cool. :)<p>That said if I had to do something nowadays that I would use C for, I&#x27;d probably just pick up Rust.
评论 #31099619 未加载
评论 #31102468 未加载
dmitrygrabout 3 years ago
In other news: screwdrivers still everywhere.<p>Anyone waiting for the death of C is delusional. It’s the best (often the only) tool for many jobs and will always underpin most of the world’s operating systems and low levels of user space. A few counter examples don’t invalidate this point.
评论 #31104971 未加载
评论 #31104059 未加载
评论 #31104347 未加载
webmobdevabout 3 years ago
I am doing some research for a personal project and wanted to integrate a tiny and fast http server. Most of the good and suitable open source code are built with C. You want small + fast, C, C++ and Pascal is still the way to go.