What's your favorite compiler?

Which compiler are you most likely to use? Whether you are a daily user or only need a compiler occasionally, take our poll.
118 readers like this.
hands programming

WOCinTech Chat. Modified by Opensource.com. CC BY-SA 4.0

Everyone has a favorite tool for any given job. For programmers, the building process is often a relatively brief job in their workflow, but it's the one that really matters. After all, without compiled code, there's nothing to distribute to users. And different compilers have different features and—whether or not there's a bug about it—quirks. Compilers matter.

A compiler's never just a compiler, though. When you decide upon a compiler, you're usually committing to a whole toolchain. There's always flexibility in open source, but if you want to take advantage of what a compiler offers, it's usually best to use the kind of workflow that its maintainers and developers expect. That means using Autotools with GCC, or Ant with Javac, and so on.

Finally, investing in a compiler often means joining the community around that compiler, whether it's just to get alerts about updates or to actively socialize with other users. A compiler without a community is like a tool without a shed: it still works for what it was designed to do, but sometimes it gets rained on or misplaced.

Whether you use compilers daily for development or just occasionally when building the odd application from source code, you probably have one that feels comfortable to you. Maybe not quite as comfortable as that old pair of shoes you can't get rid of, but at least as comfortable as an old tool shed. What do you set CC to? If your favorite isn't on our list, tell us about it in the comments!

What to read next
Seth Kenlon
Seth Kenlon is a UNIX geek, free culture advocate, independent multimedia artist, and D&D nerd. He has worked in the film and computing industry, often at the same time.

4 Comments

Just a heads up, you spelled LLVM as LVVM.

Distcc is not a compiler, it's a tool for distribution of compilation work

Correct. I really wanted to call the poll "What do you set CC to?" because I know several people who set it to distcc. However, I wasn't sure that title would have meaning for all readers, so I opted for a more general title. That's the disconnect, but if you read the poll answers in the context of the CC environment variable, I think it makes more sense.

Thanks for logging the clarification, though!

In reply to by Alejandro Caba… (not verified)

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.