Benefits programming in Linux over osx?

  • Thread starter Thread starter SuperMiguel
  • Start date Start date
  • Tags Tags
    Linux Programming
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
SuperMiguel
Messages
109
Reaction score
0
Is there any benefit on using C for programming instead of using osx for example? Forgot about windows just Linux va OSX??
 
Physics news on Phys.org
Linux is free, and we have a great compiler (GCC). Makefiles make things a lot more cleaner (not sure if you have that in OS X as well). Most Linux programs are open source so you can learn from their code if you use libraries. We have many GUI widget libraries (GTK+, Qt etc), and we also have Glade. Anjuta is a great IDE.