03-21-2004, 03:10 AM | #1 (permalink) |
Junkie
|
which programming language?
okay, here's my conundrum...
i want to write a program. it will probably need a database type function, display pictures based on what is chosen, maybe some animations. some computations based upon user inserted data. i haven't decided if i want this to be a stand alone computer program or accessable through a web page. i do have some programming experiance, but it's been a few years. what programming language should i use? please tell me for both a stand alone or web based. thanks! |
03-21-2004, 04:17 AM | #2 (permalink) |
Crazy
Location: Belgium
|
Since i'm a microsoft whore:
standalone: VB.NET Web-based: ASP.NET drag'n drop database connectivity, baby!
__________________
Amerika by Franz Kafka “As Karl Rossman, a poor boy of sixteen who had been packed off to America by his parents because a servant girl had seduced him and got herself a child by him, stood on the liner slowly entering the harbour of New York, a sudden burst of sunshine seemed to illumine the Statue of Liberty, so that he saw it in a new light, although he had sighted it long before. The arm with the sword rose up as if newly stretched aloft, and round the figure blew the free winds of heaven.” |
03-21-2004, 08:21 AM | #3 (permalink) |
I am Winter Born
Location: Alexandria, VA
|
Since I'm also an MS whore but hate VB
Standalone: C# Web-based: ASP.NET However, that assumes you've got the money to buy Visual Studio .NET - if not, then I'd say: Standalone: Java (shouldn't be too hard to do db manipulations from within it) Web-based: Perl
__________________
Eat antimatter, Posleen-boy! |
03-21-2004, 08:59 AM | #4 (permalink) |
WARNING: FLAMMABLE
Location: Ask Acetylene
|
I would just say Java, because I'm a java whore and I think you should only have to write a program once.
I also think that APIs should have consistent quality documentation. The distinction between web based and standalone blurs, Java for the standalone Java/JSP/Servelets for the web based. *runs*
__________________
"It better be funny" |
03-21-2004, 11:06 AM | #5 (permalink) | |
Free Mars!
Location: I dunno, there's white people around me saying "eh" all the time
|
Quote:
*runs*
__________________
Looking out the window, that's an act of war. Staring at my shoes, that's an act of war. Committing an act of war? Oh you better believe that's an act of war |
|
03-22-2004, 12:04 PM | #7 (permalink) | |
Psycho
Location: the hills of aquafina.
|
Quote:
You can get NetBeans bundled with the Java sdk off the Sun website. big download, but still free. linky link: http://java.sun.com/j2se/1.4.2/download.html
__________________
"The problem with quick and dirty, as some people have said, is that the dirty remains long after the quick has been forgotten" - Steve McConnell |
|
03-22-2004, 12:20 PM | #8 (permalink) | |
Once upon a time...
|
Quote:
the best IDE I have ever used. It even got me away from ViM
__________________
-- Man Alone ======= Abstainer: a weak person who yields to the temptation of denying himself a pleasure. Ambrose Bierce, The Devil's Dictionary. |
|
04-03-2004, 10:05 PM | #10 (permalink) |
Insane
Location: Seattle
|
I'm a Microsoft whore (never heard that one before). Completely love Microsoft. However -
Web: Java Stand Alone: Java If you are shaky around the edges, Java pads things out for you. JDBC is great for databasing. Java's much better than VB or a .NET language at making pretty pictures in UI.
__________________
"It's a long story," says I, and let him up. |
Tags |
language, programming |
|
|