Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions > Programming Tips and FAQ » FAQ: What Programming Language Should I Start With?
Closed Thread
Old 10-09-2004, 03:14 PM   #31 (permalink)
 
True Techie

Join Date: Jul 2004

Posts: 217

NeoNemesis

Send a message via AIM to NeoNemesis
Default

I would go with basic, it teaches you the fundamentals of programming. Thats how many people I know start off including me.
__________________
<font size=\"4\" <a href=\"http://s7.invisionfree.com/NeoForum/index.php\">My Forum</a>
we are just starting out so we need you to join!
NeoNemesis is offline  
Old 10-09-2004, 03:18 PM   #32 (permalink)
 
Super Techie

Join Date: Jun 2004

Posts: 312

sippin codeine

Send a message via Yahoo to sippin codeine
Default

Quote:
Originally posted by NeoNemesis
I would go with basic, it teaches you the fundamentals of programming. Thats how many people I know start off including me.
Actually BASIC teaches you the opposite. Pascal = OOP.
__________________
**[System specs]**

Delphi Enterprise 6 - 7
VB 6.0 - 2005 EE
sippin codeine is offline  
Old 01-03-2005, 10:10 AM   #33 (permalink)
 
Newb Techie

Join Date: Aug 2004

Posts: 22

vidyaputra

Default

ya i think java is easy to use, and already internationally used...

but i think its better and must to know c/c++ because its a good basic programming....^^

i was, learning java programming...
but i was wondering is Borland JBuilder is a good compiler?

-vip-
vidyaputra is offline  
Old 03-20-2005, 06:58 PM   #34 (permalink)
Chazzer3's Avatar
 
Super Techie

Join Date: Mar 2005

Location: North West, UK

Posts: 449

Chazzer3 is on a distinguished road

Send a message via AIM to Chazzer3
Default

I've only ever done any programming in HTML, and I am keen to continue, I would like to start some VB programming.

Where can I get a tool to start doing some for free?

Thanks, Chazzer.
__________________
Chazzer3 is offline  
Old 03-24-2005, 02:41 AM   #35 (permalink)
 
Junior Techie

Join Date: Mar 2005

Posts: 55

Louis12

Default

Can anyone point me in the ride direction of learning Javascript. I have learnt HTML and PHP. I want to be able to be able to check if forms are complete on the client side as opposed to the sever side so why not learn the whole language?
Louis12 is offline  
Old 03-25-2005, 04:56 PM   #36 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

http://www.tech-forums.net/showthrea...threadid=31371 Read that. And look at the links in the JavaScript section
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 04-21-2005, 01:27 AM   #37 (permalink)
 
Newb Techie

Join Date: Apr 2005

Posts: 2

mouse_8b

Default

Personally, if you want to learn a powerful language, start with Java. I believe that Object Oriented Programming (OOP) is extrememly easy to learn with Java. Once done there, due to similar syntax, you might want to go to C++, which is the most powerful (but not necessarily easiest) language, in my opinion.

I am about equally proficient in both Java and C++, and I find it easier to program in Java, but also, I am not writing big time software (though I did advance to a National Competition with a program I wrote in Java that was up against VB and C++)

So, just pick a language, if it's too much, pick a different one.

And I believe any book by Sam's Publishing (Learn XXXX in XX time) is an excellent choice.
mouse_8b is offline  
Old 05-10-2005, 06:45 PM   #38 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

I personally will want to stay away from VB, C#, Java, as those are developed by big corporations for the masses (what they mean is that they will limit the **** out of you, can't do much interesting.. have you ever looked at how much repetition you have to do in order to accomplish something? Remembering "patterns" in java is one example.. if it's a regularly recurring pattern, why not let the machine do the work?)..

I'd recommend XHTML for starters for those people who don't think XHTML to be a valid option.. well, what do we use programming languages for? to make computer do what we want.. Making computer display stunning stuff does qualify as such so i think it's a valid choice

If your casual, you'd stop at learning javascript/php.. mind you, javascript is quite powerful, more powerful in it's syntax than say, java. PHP is useful mostly because it's easy, so easy that it only requires to start programming, oh yah, don't forget a php enabled server

mmm.. now you have exhausted 2 hour easy-to-learn languages.. let's get onto something harder learn python it's an extremely mature language, without the possible mess of Perl. Not that perl isn't good, perl is arguably more powerful than python is many aspects, just that when you see how nasty your code can get, especially for beginners, so don't learn perl unless you have several real languages under your belt Python is also a good language because it's flexible, it's designed for the smart programmers to use (most open source languages are )..

then when you have learn python, it's time to try for perl.. if you want.. or C, as it's the system language of the choice.. but the less you actually program in C, the happier you'll be

let's talk about the ultimate language you should be learning if your serious.. Lisp (i personally use lisp for most projects except school ones.. for those i use Java, as it is required for me to pass the year.).. It is literally the mother of all languages, it's the earliest high level language developed google "Practical Common lisp" if you want to learn it

mmm.. well, if you want to try some of the wierd languages, try Assembly there are tons of old books in your library about that.. i know very little, but seems interesting to see some history

that was long hope it has helped you a bit
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
Old 06-24-2005, 11:24 AM   #39 (permalink)
 
Super Techie

Join Date: Feb 2005

Posts: 262

jinexile

Default

Quote:
I personally will want to stay away from VB, C#, Java, as those are developed by big corporations for the masses (what they mean is that they will limit the **** out of you, can't do much interesting..
lol, That's a very nice tinfoil hat you wear.
__________________
AMD Athlon 64 3000+ (Overclocked to 3300+)
ASUS K8V-Deluxe
1GB PC3200 DDR
2x200GB Seagate SATA RAID 0
BFG 6800GT OC w\\128MB Ram
2x 19\" Samsung 930B LCDs
jinexile is offline  
Old 06-28-2005, 12:51 AM   #40 (permalink)
 
Super Techie

Join Date: May 2005

Posts: 479

furtivefelon

Default

Quote:
Originally posted by jinexile
lol, That's a very nice tinfoil hat you wear.
i don't get your comment.. can you please elaborate on what exactly i said wrong?
__________________
lisp hacker
running: FreeBSD 5.4 - still learning
develop with: SBCL + emacs for lisp, Anjuta IDE +gcc for c, SPE for python..
browse with: opera
furtivefelon is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On