Results 21 to 30 of 50
i think ruby if youre looking for a script sty;e language
other wise java then switch to c/c++
java does more for you and is cross platform
and when you ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-26-2005 #21Just Joined!
- Join Date
- Jul 2004
- Location
- uk, cambs + herts
- Posts
- 34
i think ruby if youre looking for a script sty;e language
other wise java then switch to c/c++
java does more for you and is cross platform
and when you got the hang of it c/c++ has got more low level stuf to play with
- 01-27-2005 #22Just Joined!
- Join Date
- Aug 2004
- Location
- Eastern U.S
- Posts
- 23
I think the extremely varying answers are a good example of why noone can tell you what the best to start with is.
Just look at some languages strong points and decide what interests you.
edit: On a somewhat counterdictory note, I think Python is a great language to learn programming with. The syntax is so easily readable, and the interpreter and ide are easy to use. You'd have a lot of fun with it. But that's me.
- 01-27-2005 #23
I've got one. QBASIC!!! No, Visual Basic!!! HAHAHAHA...
Seriously no. Most useful languages to at least have an understanding of are: C++ and PHP, IMHO. Oh, ya HTML I guess.
- 01-27-2005 #24Just Joined!
- Join Date
- Oct 2003
- Posts
- 9
Hasn't been mentioned yet (kinda surprised actually), but I'm going to suggest Scheme. Nice small language, once you get used to all the ((((parentheses)))). DrScheme is a good implementation/IDE, and it comes with a built-in help system and tutorials for learning the language.
And then Common Lisp, if you grow out of Scheme
. Learning it right now, reading ClTl2 and loving it. Wouldn't recommend it for starters though.
- 01-27-2005 #25
http://programmingforums.org/forum/showthread.php?t=409
http://programmingforums.org/forum/showthread.php?t=435
both of those links are to articles writen about different programming languages. and they talk about different uses for each language and what each language is best for. so figuring out what you want to do with the language will help you decide on what language to choose
good luck
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 01-27-2005 #26
Wow. I had no idea that this would turn out to be another "which distro should I choose" thread...
I guess I *should* have seen how it could turn out. Haha.
Registered Linux user #270181
TechieMoe's Tech Rants
- 01-27-2005 #27Linux Newbie
- Join Date
- Jan 2005
- Location
- USA
- Posts
- 164
i started out with VB (because my school had a vb class) and then moved on to java.
currently learning C++Windows is the problem, Linux is the solution!
- 01-28-2005 #28Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
Definitely C, I've programmed in several languages and at least looked at some others, and many of them follow a similar structure to C code
- 05-06-2005 #29Just Joined!
- Join Date
- Apr 2005
- Posts
- 44
c++
- 05-07-2005 #30
I would recommend you start out with Basic just to get the hang of things and then move to C and finally C++. Once you have mastered these 3, learning a new programming language will be like learning to drive a new car (it will always be different from the old one, but there would be some similarities).
IMO Basic, C and C++ are the foundation languages which you use to build up your programming concepts and then you move onto other languages such as Java, PHP or Perl etc.


Reply With Quote
