Best compiler

General discussion on mikroElektronika website & forums.
Post Reply
Author
Message
marke
Posts: 32
Joined: 28 Jan 2014 05:59

Best compiler

#1 Post by marke » 28 Jan 2014 06:37

Hi

I am looking at some real time development using the ARM M4 processors.
I am looking at both the C compiler and Pascal compiler and trying to decide which one to use.
I am proficient in both C and Pascal languages, and personally find that Pascal is a more productive language if not quite as flexible as C.
Is there any difference in the libraries/functionality between the two compilers, or is the only difference the language and syntax used?

I see that the C is more expensive. More bang for your buck, or more difficult compiler to write?

Best regards,
Mark.

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: Best compiler

#2 Post by marina.petrovic » 28 Jan 2014 12:35

Hi,

Basically, there is little differences between these compilers, mikroC PRO for ARM and mikroPascal PRO for ARM.

mikroC PRO is standardized with ANSI C, and it is much more complex and it is far more difficult to write the compiler for it.
We used a lot more resources for making it than what we used for mikroPascal.

We also worked on some complex topics such as floating point, typedef, union, a completely new debugger and many other.
Because of that there is difference in price.

Best regards,
Marina

marke
Posts: 32
Joined: 28 Jan 2014 05:59

Re: Best compiler

#3 Post by marke » 28 Jan 2014 21:43

Thank you for that information, exactly as I thought.
So if I operate in isolation, Pascal would be the obvious choice as it is more productive etc, but there are more libraries and examples around for C, so that has merit also.

Best regards,
Mark.

Post Reply

Return to “Website & Forums General Discussion”