Suggestions for a Programming Language?

by 6 replies
7
I am an "old school" developer and i have experience with all kinds of languages, JAVA, C, PHP, VB etc..

Here is the problem:

I am wanting to write rather SIMPLE applications where i see (and think) that C# or VB.NET is just crazy overkill.

(A typical example for such an application would be a Google scraper which gets results using a Google API)

I need a programming language which is simple, but also allows the creation of desktop applications/GUIs....otherwise i could just write in PHP etc. but then there is limits since its all browser based)

I am looking at Python right now (which looks quite good)...am i right that there is frameworks which also allow to build GUIs?

Another option would be Adobe Air.

(Although i am put off since i see how incredible slow Market Samurai is)

Do you have any recommendations for a simple programming language?

G.
#programming #language #programming #suggestions
  • Banned
    [DELETED]
  • Imho its depend on what kind of application you will develop, who will use it, how it will be accessed, and in which OS it will be installed.
  • Python is great for your needs, but if you know Java and VB already, those are also excellent choices. Why do you feel you need a new language?
  • I'd say stick with Java. You can do desktop apps that are cross platform and it's more trusted by users because of the JVM.
    • [1] reply
  • If you are comfortable with HTML, Javascript and PHP, then you should check out Appcelerator, which essentially turns any web app into a standalone app that will run on Windows, Apple, Linux and Mobile devices.

    Use Appcelerator Titanium to build mobile apps for iPhone & Android and desktop apps for Windows, Mac OS X & Linux from Web technologies
    • [1] reply
    • I wrote something similar in VB.NET. Visual Basic for the win in my eyes

Next Topics on Trending Feed