Valhalla Legends Forums Archive | General Programming | Favorite Programming Language

AuthorMessageTime
deadly7
I was wondering what everyone's favorite progamming language was, and why... I'm learning so I might as well find out what makes each language good..
July 10, 2004, 7:05 PM
Tuberload
The thread right below this one asks a similar question, and contains links to other threads talking about similar things, as well as links to various language compilers.
July 10, 2004, 7:08 PM
deadly7
Oops.... I'm not off to a very good start here, am i..
July 10, 2004, 7:09 PM
Tuberload
[quote author=deadly7 link=board=5;threadid=7648;start=0#msg69560 date=1089486580]
Oops.... I'm not off to a very good start here, am i..
[/quote]

I don't usually do this, but I will apologize a little, I have been in a bad mood today.

On another note, just sit back and get a feel for what this community is about. Always try and research your questions first, and when you do ask them post the results of your research so we don't feel like you are just trying to leach information.

HTH
July 10, 2004, 8:07 PM
Quarantine
Everyone makes mistakes ::)
July 11, 2004, 3:53 AM
Tuberload
[quote author=WaR[KL] link=board=5;threadid=7648;start=0#msg69634 date=1089517987]
Everyone makes mistakes ::)
[/quote]

One time mistakes are one thing, and repeated mistakes are another... ::)
July 11, 2004, 4:05 AM
Zeller
[quote author=deadly7 link=board=5;threadid=7648;start=0#msg69556 date=1089486331]
I was wondering what everyone's favorite progamming language was, and why... I'm learning so I might as well find out what makes each language good..
[/quote]

You do have a good question. Each language does have its own advantages. If you want to get into web aplets, learn java. C++ is good for application development. C# ( and other .net languages) are also great for aplication development and the best for web programming. If you have never programmed before, visual basic is probably the best starting language out there if you plan on teaching yourself.

Tell us what you see yourself programming.
July 11, 2004, 6:16 AM
Tuberload
[quote author=Zeller link=board=5;threadid=7648;start=0#msg69649 date=1089526592]You do have a good question. Each language does have its own advantages. If you want to get into web aplets, learn java. C++ is good for application development. C# ( and other .net languages) are also great for aplication development and the best for web programming. If you have never programmed before, visual basic is probably the best starting language out there if you plan on teaching yourself.

Tell us what you see yourself programming.
[/quote]

I use Java to make far more things than just applets. That sounds like more of a biased opinion than anything else.
July 11, 2004, 8:11 AM
iago
[quote author=Tuberload link=board=5;threadid=7648;start=0#msg69654 date=1089533468]
[quote author=Zeller link=board=5;threadid=7648;start=0#msg69649 date=1089526592]You do have a good question. Each language does have its own advantages. If you want to get into web aplets, learn java. C++ is good for application development. C# ( and other .net languages) are also great for aplication development and the best for web programming. If you have never programmed before, visual basic is probably the best starting language out there if you plan on teaching yourself.

Tell us what you see yourself programming.
[/quote]

I use Java to make far more things than just applets. That sounds like more of a biased opinion than anything else.
[/quote]

That's exactly what I was going to say. I hate Applets. I also hate flash (when integrated with normal websites).

But it's true, I don't really have a favourite language. If I am writing an application, I use Java. If I need low-level control, I use C/Assembly. Those are my top-3 favourites.
July 11, 2004, 4:43 PM
deadly7
[quote author=Zeller link=board=5;threadid=7648;start=0#msg69649 date=1089526592]
Tell us what you see yourself programming.
[/quote]

I see myself kinda starting out with some easy clickable things just to get the hang of it, possibly some other really pointless but bit more advanced programs, then I might try and make a bot.
July 11, 2004, 5:24 PM
Tuberload
[quote author=deadly7 link=board=5;threadid=7648;start=0#msg69706 date=1089566667]
[quote author=Zeller link=board=5;threadid=7648;start=0#msg69649 date=1089526592]
Tell us what you see yourself programming.
[/quote]

I see myself kinda starting out with some easy clickable things just to get the hang of it, possibly some other really pointless but bit more advanced programs, then I might try and make a bot.
[/quote]

Then Microsoft would probably be the best way to go because they have the easiest click able GUI designing IDE's available. Take your pick from C++/C#/J#/VB.

That is the one downside I have to Java is its GUI development. I don't particularly care to write out my GUI's because it is tedious, but I haven’t found a good RAD IDE for it yet.
July 11, 2004, 7:24 PM
kamakazie
[quote author=Tuberload link=board=5;threadid=7648;start=0#msg69753 date=1089573891]
I don't particularly care to write out my GUI's because it is tedious, but I haven’t found a good RAD IDE for it yet.
[/quote]

When you do, be sure to post about it :) I have been looking for one for awhile now. Netbeans is nice, but it is tedious to work with so I usually end up writing all my GUIs by hand.
July 11, 2004, 7:45 PM
Myndfyr
[quote author=dxoigmn link=board=5;threadid=7648;start=0#msg69763 date=1089575105]
[quote author=Tuberload link=board=5;threadid=7648;start=0#msg69753 date=1089573891]
I don't particularly care to write out my GUI's because it is tedious, but I haven’t found a good RAD IDE for it yet.
[/quote]

When you do, be sure to post about it :) I have been looking for one for awhile now. Netbeans is nice, but it is tedious to work with so I usually end up writing all my GUIs by hand.
[/quote]

Irony irony irony...

I have to admit there is some great IDE support in .NET, but lo and behold, I have been writing my own menu creation code. I just got frustrated with some bugs in the library I use that prevent it from being used successfully as a Visual Studio designer library. :-/`
July 12, 2004, 11:06 PM
St0rm.iD
They need to make something where you write your GUIs in fully compliant CSS/XHTML and then can do DHTML stuff like this...

<input type="button" onClick="java:myfunc()" />
<input type="button" onClick="dotnet:myfunc()" />
<input type="button" onClick="python:myfunc()" />
<input type="button" onClick="brainfuck:myfunc()" />
July 13, 2004, 5:01 AM
K
[quote author=$t0rm link=board=5;threadid=7648;start=0#msg70133 date=1089694908]
They need to make something where you write your GUIs in fully compliant CSS/XHTML and then can do DHTML stuff like this...

<input type="button" onClick="java:myfunc()" />
<input type="button" onClick="dotnet:myfunc()" />
<input type="button" onClick="python:myfunc()" />
<input type="button" onClick="brainfuck:myfunc()" />

[/quote]

You mean like Longhorn XAML?
July 13, 2004, 4:56 PM
St0rm.iD
i mean, like, html.
July 13, 2004, 8:50 PM
Adron
[quote author=$t0rm link=board=5;threadid=7648;start=15#msg70220 date=1089751852]
i mean, like, html.
[/quote]

You can already use html for applications, web applications. Nothing to stop you from opening a html page locally, and running any scripts supported by your current browser...
July 13, 2004, 9:04 PM
ChR0NiC
Go Delphi!!
July 13, 2004, 9:10 PM
St0rm.iD
[quote author=Adron link=board=5;threadid=7648;start=15#msg70224 date=1089752670]
[quote author=$t0rm link=board=5;threadid=7648;start=15#msg70220 date=1089751852]
i mean, like, html.
[/quote]

You can already use html for applications, web applications. Nothing to stop you from opening a html page locally, and running any scripts supported by your current browser...
[/quote]

Yes I know, but it would be nice if they were more responsive and less overhead. Perhaps an HTML-to-Swing/Winforms compiler?
July 14, 2004, 4:21 AM
KoRRuPT
Pascal all the way.
July 15, 2004, 9:26 PM
Clokr_
My favourites are VB and C++. VB is faster and easier and for making "test" applications is the best (you need less time for make a program). When you need something fast (something that works with media or something like that) C++ is the best for that.
August 10, 2004, 6:36 PM
hismajesty
I agree. I actually do like the VB line. VB6 and VB.NET are probably my most used languages, but I also like C# (though I don't know it too well) and .NET in general. I also like Java and PHP. :)
August 10, 2004, 10:39 PM
Eli_1
VB and C++. C++ a little more than VB recently though, because I need the practice. :-\
August 10, 2004, 10:48 PM
LW-Falcon
I just started learning Java and I like it.
August 11, 2004, 12:54 AM

Search