|
|
|
|
![]() ![]() |
Jan 6 2006, 04:39 AM
Post
#81
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 6 Joined: 15-December 05 Member No.: 10,126 |
My favorite is PHP because it's easy to learn/program in and it's very vaste in it's abilities. I've learned how to program in PHP, Perl, C++, C, Python, and JavaScript, and after learning the bunch I desided PHP is my fav. Perl and Python are pretty easy, but I'm not fond of CGI languages and C++ and Java are nice, but are kind of hard expecially GUI. JavaScript is probably my second favorite, but it doesn't have the same abilities of PHP mostly because it's client-side and not server-side.
|
|
|
|
Jul 19 2006, 01:52 PM
Post
#82
|
|
|
Newbie [ Level 1 ] Group: Members Posts: 7 Joined: 10-July 06 Member No.: 14,415 |
Like everyone else has said, there's no such thing as a "best" programming language. Every language has its own strengths and weaknesses.
I've used BASIC (first Atari BASIC - that was how I started programming - then Visual Basic), VBscript for ASP, and PHP. I've also dabbled in Java and C/C++. Obviously, Java and C/C++ are more powerful languages. But, going on the ratio of ease-of-learning to power, I'd have to say my favourite is definitely PHP. I learnt it in a snap. I was particularly impressed with how easy it was to connect to a database through PHP. I spent hours trying to manage it with ASP (it probably would have been a lot easier if I'd had MS Access, but I didn't - I was left struggling with ODBC). But when I tried to do the same thing in PHP, it just worked! That sure gave it the wow factor for me. Of course, building your GUI in HTML makes things a lot easier. And PHP can do a lot. It does everything I want it to. What more can you ask? But I'm not going to be running around proclaiming PHP as the One True Language to which thou all shalt switch. It's a scripting language. And although it's made some slight movements towards becoming a "real" programming language, it will never do the sort of stuff that C/C++ can. That's why I'm learning C++ now. |
|
|
|
Jul 19 2006, 09:33 PM
Post
#83
|
|
|
Premium Member Group: [HOSTED] Posts: 361 Joined: 17-June 06 From: Adblock life Member No.: 13,992 |
Yep, there isn't a best programming language. Never will be. Language wars kind of scare me, and remind me of certain other "fandoms" that I'd rather leave in the dust.
Anyways, I have to go with a lot of people here that PHP is truly very easy. It took me very little time to learn it. Apparently I accredited this to previous experience with Java, but that seems to not be the case, as everyone procclaims PHP is easy. Precisely because of this ease, it happens to be my favorite. But favorites don't mean much; it's not as if my favorite is the best of the best. It's not. Javascript is useful too, but I just didn't find it as easy as PHP. Java and C++ were fun, but well, they're not that easy. I'm just one of those lazy folk that prefer easy languages, so...well, that's that. |
|
|
|
Oct 22 2006, 01:24 AM
Post
#84
|
|
|
Member [ Level 1 ] Group: Members Posts: 46 Joined: 18-October 06 Member No.: 16,664 |
I think C++ is well suited for most of applications. Java is open/platform, but is an "emulated" language, you need a virtual machine in order to run the code, so it doesn't make much difference with an interpreted language.
C++ can compile to native machine code that run fast, and can be used for task that are suited for other languages. For instance, i compiled CGI programs writen in c for server side execution (for very fast runtime) compared to those writen in php (similar sintax, but interpreted by an engine). |
|
|
|
Jun 17 2008, 12:34 AM
Post
#85
|
|
|
Newbie [ Level 2 ] Group: Members Posts: 17 Joined: 16-June 08 From: USA Member No.: 31,005 |
C and C++.
C and C++ are the most powerful languages. C makes most operating systems, and C++ makes most elegant programs. C++ is better than C in my opinion, but they both rule. I started programming C++ and it's actually more easier then it sounds. It just needs some practice. C With Classes For The Win!!! |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd August 2008 - 02:24 AM |