FuManChu
[Troll]
Delphi > All > c#
[/Troll]
In all fairness, yes Delphi is old, but it's one damn powerful and lightweight language -- as such, it is a compiled language. C# and VB.NET are way too heavy because they are interpreted languages.
Yes, I do notice the performance difference on tools available here. Oh! and I am not saying that the .NET frameworks sucks; it does have big advantages!
Yes and no. Even with good coding habits, .NET is still slower because it's an interpreted language; moreover, it takes up more resources than Delphi to do the same job. Also, like all interpreted languages, there is a strong problem of dependency, which is not the case with compiled languages.
Personally, .NET is only useful if you want to make your program cross-platform.
And imo, the C syntax is just horrible.I can't stand it. Delphi is clean.
I have been using Selenium+Java for building my web bots, but I find it lack the support for Proxy and Multi-threading to scale up my bots. I know PHP but i don't really want to touch those HTTP header thing.
I know these have been asked many times, and I have been searching for some time now, but still can't find a solution![]()
FuManChu
[Troll]
Delphi > All > c#
[/Troll]
In all fairness, yes Delphi is old, but it's one damn powerful and lightweight language -- as such, it is a compiled language. C# and VB.NET are way too heavy because they are interpreted languages.