vote up 0 vote down star

If you are under the gun and need to quickly write a simple application with a user-friendly interface (not just something for your own personal use), what would you use, and why?

It's obvious that you would use a language that you are most fluent in, but please share with me what tools/utilities/shortcuts make that language so easy to develop rapidly.

flag

75% accept rate
choice of a language is the wrong question. If you want something fast, you need higher level tools, rather than re-inventing the wheel. – Mitch Wheat Jul 4 at 5:11
define "respectable interface" and the answer would be clearer – Overflown Jul 4 at 5:11
I've updated the question – Josh Stodola Jul 4 at 5:16
Adding the tag "dont-close-this-question" is a sure way to get it closed. And I totally agree with the close reason: this is very subjective. At the very least you should make it a wiki, then it might get reopened. – gnovice Jul 4 at 6:02
dont-close-this-question is bait. people place a giant target on their own questions! i love that tag! – geowa4 Jul 4 at 6:49
show 2 more comments

closed as subjective and argumentative by Dan Herbert, Mitch Wheat, sth, Matthew Scharley, Slace Jul 4 at 5:22

10 Answers

vote up 7 vote down

I would use the programming language that I know best. The language with the api I can cite while sleeping and I know the tools the sources and the especially the IDE

link|flag
vote up 4 vote down

It depends on what you're currently most familiar/fluent in. For me, it would currently be C# or VB.NET because that's what I use every day at work and am currently most used to. In a few months, it might be Python, Java, who knows?

link|flag
1  
choice of a language is the wrong question. If you want something fast, you need higher level tools, than re-inventing the wheel. – Mitch Wheat Jul 4 at 5:11
Exactly, Mitch. It's obvious you'd use the language you're most familiar with. But I want to know about the tools/utilities that make that language so familiar and quick. – Josh Stodola Jul 4 at 5:12
@Josh Stodola: IMO, your most familiar language is not so relevant if you have a tool that produces 80-90% of your application for you – Mitch Wheat Jul 4 at 5:15
If I am under the gun, I highly doubt I am going to venture into a new language that I am unfamiliar with. – Josh Stodola Jul 4 at 15:28
vote up 4 vote down

Not really languages, but higher level tools:

Iron Speed (web)

Subsonic (DAL)

LLBLGen (DAL)

NConstruct (WinForms)

IMO, Choice of a language is the wrong question. If you want something fast, you need higher level tools that will produce most, if not all, the standard plumbing and basic UI, rather than re-inventing the wheel.

link|flag
vote up 2 vote down

Given my skills and experience, that would be Python (with PyQt if it needs to be a desktop app with a GUI, probably Django if it needs to be a web app but I'm more indecisive in the latter case as many other strong web frameworks compete as my favorite!-).

link|flag
vote up 1 vote down

Depends on the application.

I might very well go with PHP and (X)HTML/CSS for the interface. I've been doing a lot of HTML/CSS lately, so if it's an application that lends itself to being put into a web browser I can probably do it most quickly there. PHP is not one of my favorite languages to work in though, so if it needs to be a desktop application or if the focus is more on application logic rather than user interaction I'd write it in Python because that's the scripting language I'm most familiar with. (In that case I'd do any GUI work in PyQt).

link|flag
vote up 1 vote down

Ruby on Rails.

It is simple, gives you web interface and database.

link|flag
vote up 0 vote down

I dream in C#, so for me, that's the fastest.

link|flag
vote up 0 vote down

You need to define what you mean by "quickest" before your question really can be answered...

link|flag
vote up 0 vote down

Pick a language and GUI framework you like, then master them. (The second step will take several years.)

Once you get there, you'll be well equipped to handle the situation described.

link|flag
vote up 0 vote down

SketchFlow in Expression Blend 3 plus your favorite .NET language

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.