Hello,
And what about the debate of wich is better Java or C++ ?
I think what i have learned with C++ compilers and Delphi and FreePascal
compilers is that i can do inline assembler with them and this permits
me to understand more the hardware and talk to the hardware in Embedded
systems etc. this can not be done with Java or C# or the like, also
forcing garbage collection in Java and C# is not optimally efficient,
please read this to understand it:
Quantifying the Performance of Garbage Collection vs. Explicit Memory
Management
https://people.cs.umass.edu/~emery/pubs/gcvsmalloc.pdf
Other than that i am working with Delphi and Lazarus because they have
there strenght such as being more productive with there RAD tools for
developing GUI etc. and FreePascal and Delphi support modern Object
Pascal, and even if they lacks static type inference, you can compensate
for than by using dynamic type inference with variants and RTTI, and
they support anonymous methods or Lambdas and i think they support
decently generics etc. etc. and they are single-pass compilers that have
there advantage because they are much faster than C++ at compiling.
I am also working with C++ because it is also good.
Thank you,
Amine Moulay Ramdane.