Skip to content

Comment on Ask HN: Best dev environment for C in 2024?

Comments

Can you give more specific criteria than “best?”

Visual Studio seems very popular and has everything one needs for writing and debugging C code, but only runs on Windows and costs money.

vim + git + gcc + make + gdb another popular set of tools, more portable and free.

The “best” environment or set of tools will depend on your skills and patience, and likely on the kind of development you intend: embedded code has different constraints than desktop application code, for example.

You're right: it's quite vague. It was intended as "best" for the reader. I'm picking up C again for general SW development after some years of stop, so I'm also wondering what people out there consider the best for their use cases.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.