Benefits programming in Linux over osx?

  • Thread starter Thread starter SuperMiguel
  • Start date Start date
  • Tags Tags
    Linux Programming
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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.