captchaman
Junior Member
- Sep 16, 2010
- 192
- 848
Easiest and best aren't synonymous, languages come in all shapes and sizes just like human language, but I get what you're asking. If you're looking to develop web apps (anything for wordpress or that can be run via a web interface) then go with PHP. On the other hand if you're looking for something very powerful (not that other languages aren't) but that has to be run on a Windows desktop (although via mono you can run some apps on *nix platforms) then I would suggest a desktop RAD (rapid application development) language such as C# or VB.NET - my answer is bias however because those are the languages I know (but I picked them when I was looking for the same thing you are.) As for which you should choose it's really up to you to do research and pick one.. For basic development they're essentially the same with different syntax (yeah I'm gonna hear it for that one
) - here are two comparisons: simple overview and Wikipedia's version.
Here's a very basic rundown of the most common languages: http://cplus.about.com/od/introductiontoprogramming/a/comparelangs.htm
To quote someone from Stack Overflow:
If you do decide to go for web app dev, this guys comment lays it out straight for you. Edit: Looks like BHWs hyperlinker kills anchor tags. I was referring to Zapdos's comment.
Good luck!
Here's a very basic rundown of the most common languages: http://cplus.about.com/od/introductiontoprogramming/a/comparelangs.htm
To quote someone from Stack Overflow:
You can search more on Stack overflow (an absolutely brilliant site) here.Programming languages are just one aspect of a development environment, the goal should be to build a cohesive development environment that best fits your needs.
- If you hardware platform has already been decided then what langages are well supported on that platform, or, conversely will a language choice restrict your hardware options.
- Is there a "standard language" used in your problem domain (e.g. nearly all geoligy is done with fortran); not choosing the domain standard will restrict your choice of languages, packages and experienced programers.
- If you plan to interface closley with another application than there are advantages to using the same language. e.g. if you are writing a front end to a C++ back end than writing the front end in C++ will allow you to use the back end's structures and untility classes.
- Evaluate the projects requirement's for speed of development, runtime efficienty, reliability and flexibility. Realisticaly you can deliver two out of the four.
If you do decide to go for web app dev, this guys comment lays it out straight for you. Edit: Looks like BHWs hyperlinker kills anchor tags. I was referring to Zapdos's comment.
Good luck!
Last edited: