Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

And what about the debate of wich is better Java or C++ ?

15 views
Skip to first unread message

Intelli2

unread,
Dec 21, 2017, 5:03:11 PM12/21/17
to
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.

Öö Tiib

unread,
Dec 21, 2017, 5:13:24 PM12/21/17
to
On Friday, 22 December 2017 00:03:11 UTC+2, Intelli2 wrote:
> Hello,
>
> And what about the debate of wich is better Java or C++ ?

End of world is likely near ... even Amine is trolling.
Programming language is a *TOOL* of software engineering. What
is better: saw or chisel for wood engineering?

0 new messages