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

I am a more experienced programmer now

16 views
Skip to first unread message

Sky89

unread,
May 2, 2018, 7:37:31 PM5/2/18
to
Hello...


I am a more experienced programmer now, and i can tell you this: if you
want to compare programming languages , that's not enough, you
have to be more smart, if you want to be able to
do Rapid Application Development and avoid the disadvantages
of garbage collectors, i will advice you to use Lazarus and/or
C++Builder and/or Delphi , they are now like the best on this ! this is
why i am using them, they are better than Visual C++ on RAD and they are
more capable programming languages that come with a sophisticated RAD
and IDE , for example Lazarus works on Windows and Mac OS X and Linux,
look for example at Lazarus here:


http://www.lazarus-ide.org/


And don't forget what i have said before about the disadvantages of GC
to undertand better why C++Builder and Delphi and Lazarus are very useful:

"Perhaps the most significant problem is that programs that rely on
garbage collectors often exhibit poor locality (interacting badly with
cache and virtual memory systems), occupy more address space than the
program actually uses at any one time, and touch otherwise idle pages.
These may combine in a phenomenon called thrashing, in which a program
spends more time copying data between various grades of storage than
performing useful work. They may make it impossible for a programmer to
reason about the performance effects of design choices, making
performance tuning difficult. They can lead garbage-collecting programs
to interfere with other programs competing for resources"


Thank you,
Amine Moulay Ramdane.

0 new messages