??? 12/08/08 20:31 Read: times |
#160757 - Which programming language is the best? |
Today was a breeze in the office. We talked about the programming languages for microntrollers. And since this reason I want to ask you the question: if we look at the assembler code, basic operating principles, what are the differences between for example 8051 Pascal, C and Basic? The method of passing the parameters? Returnig results? And in your opinion, which programming language is the best for 8051 core?
I don't want to talk about code syntax, but look a litle deeper. Why Pascal died? Why we don't use the Pascal to create the code? For me the reason is clear. For me a good programming language is the one, which is not restricting the creativity of the developer. So I choose C/C++. But is it the only one reason why C is so popular? |