Why are there so many compilers? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why are there so many compilers?

Hello guys! I am just a beginner and I was just wondering why there are so many different compilers? How do they differ from one another? Moreover, how do they work?

2nd Jun 2018, 7:13 AM
Karl Doroin
2 Answers
+ 2
becausd there are different operating systems and processors, and people disagree about how to slove certain problems, so they start their own projects. but for c/c++ the most relevant compilers are microsofts compiler,gcc,clang, and intels compiler. and intels compiler is only used for high performance numerical code
2nd Jun 2018, 9:01 AM
Max
Max - avatar
+ 16
there are different compilers for different languages.every compiler has its own significance, tricks and different functions
2nd Jun 2018, 7:22 AM
Arpit Mittal
Arpit Mittal - avatar