 |
|

09-10-2010, 12:56 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jun 2008
Posts: 578
|
|
Easiest programming language?
I'm looking to start learning to program/code, where should I start and where should I go after?
|

09-10-2010, 01:12 AM
|
|
Member
|
|
Join Date: Sep 2010
Posts: 41
|
|
Re: Easiest programming language?
The easiest is LOLCAT.
The programming language you should start with is either Python or Java.
Look into OOP if your learning.
|

09-10-2010, 05:21 AM
|
 |
an cat
|
|
Join Date: Jan 2007
Location: [+]
Posts: 3,286
|
|
Re: Easiest programming language?
Quote:
Originally Posted by hpwindows
The easiest is LOLCAT.
The programming language you should start with is either Python or Java.
Look into OOP if your learning.
|
Java is definitely not recommended as a first language.
Python is a good choice however. It uses dynamic typing and clean syntax which makes it easy to understand. The datatypes still do play a role, and you can learn that from Python. After you get that down, then you should try some statically typed languages like Java. The two aren't really close at all, namely because of syntax and the way datatypes are handled, but if you learn python and basic programming concepts from it, you can learn Java or any other language.
__________________
Do you like bitcoins? Do you want to buy or sell bitcoins? PM me or check out this thread.
Ex-programming mod, Ex-market mod, Ex-Head User Educator, Ex-Global Mod
|

09-10-2010, 04:14 PM
|
|
Forum Addict
|
|
Join Date: Nov 2007
Posts: 457
|
|
Re: Easiest programming language?
Pascal or VB.
|

09-11-2010, 04:44 AM
|
|
Forum Addict
BANNED
|
|
Join Date: Jun 2008
Posts: 578
|
|
Re: Easiest programming language?
Okay, thanks. Started looking into Python think I'll familiarize myself with it, and after awhile I'll move onto Java. 
|

09-12-2010, 04:00 PM
|
 |
Forum Addict
|
|
Join Date: Jul 2008
Posts: 398
|
|
Re: Easiest programming language?
Python or Vb.Net
__________________
Vouch Thread
CHECK OUT MY FREE MM Thread !
Quote:
When you kick it like me,
No exaggeration necassary,
living revolutionary,
nuttin less than legendary,
Gangsta shit hereditary, I got it from my dad,
flow colder than feburary wit extraordinary swag
|
|

09-17-2010, 02:39 PM
|
|
Apprentice
BANNED
|
|
Join Date: May 2007
Location: UK & Australia
Posts: 831
|
|
Re: Easiest programming language?
It really depends what you want to do. If you don't mind starting with a web language, (x)HTML is very easy.
|

09-17-2010, 04:51 PM
|
 |
an cat
|
|
Join Date: Jan 2007
Location: [+]
Posts: 3,286
|
|
Re: Easiest programming language?
xhtml and html are not programming languages, they are markup languages. (Hence the 'm')
__________________
Do you like bitcoins? Do you want to buy or sell bitcoins? PM me or check out this thread.
Ex-programming mod, Ex-market mod, Ex-Head User Educator, Ex-Global Mod
|

09-17-2010, 05:19 PM
|
|
Apprentice
BANNED
|
|
Join Date: May 2007
Location: UK & Australia
Posts: 831
|
|
Re: Easiest programming language?
Quote:
|
If you don't mind starting with a web language
|
It's clear to see I distinguished them from standard programming languages. HTML is a good place to start.
Last edited by Ozaki : 09-17-2010 at 05:21 PM.
|

09-17-2010, 10:02 PM
|
 |
an cat
|
|
Join Date: Jan 2007
Location: [+]
Posts: 3,286
|
|
Re: Easiest programming language?
Web language typically implies something like PHP or RoR. Not html. Even so, html is not a good place to start at all if you want to learn to program. There are little to no programming aspects involved, it's not dynamic, etc. Learning html would not ever help you learn a real programming language.
__________________
Do you like bitcoins? Do you want to buy or sell bitcoins? PM me or check out this thread.
Ex-programming mod, Ex-market mod, Ex-Head User Educator, Ex-Global Mod
|

09-17-2010, 10:16 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jan 2006
Posts: 614
|
|
Re: Easiest programming language?
I'd go with VB.net. That's where I started out.
Last edited by Usmann 411 : 09-17-2010 at 10:16 PM.
|

09-18-2010, 09:51 AM
|
|
Grand Master
|
|
Join Date: Jun 2010
Location: Scotland
Posts: 2,212
|
|
Re: Easiest programming language?
I started off with Visual Basic, so I recommend VB.
|

09-18-2010, 12:27 PM
|
|
Guru
|
|
Join Date: Jun 2005
Location: Canada
Posts: 1,844
|
|
Re: Easiest programming language?
Honestly, I'd recommend basic C++ for starting out. It's really easy to grasp.
|

09-18-2010, 03:59 PM
|
 |
Active Member
|
|
Join Date: Jan 2007
Posts: 150
|
|
Re: Easiest programming language?
Quote:
Originally Posted by cp
Java is definitely not recommended as a first language.
Python is a good choice however. It uses dynamic typing and clean syntax which makes it easy to understand. The datatypes still do play a role, and you can learn that from Python. After you get that down, then you should try some statically typed languages like Java. The two aren't really close at all, namely because of syntax and the way datatypes are handled, but if you learn python and basic programming concepts from it, you can learn Java or any other language.
|
Listen to him ^. He knows what he's talking about. Python is a nice language to build off of. I started with it myself.
|

09-18-2010, 04:22 PM
|
 |
Forum Addict
|
|
Join Date: Jul 2008
Posts: 398
|
|
Re: Easiest programming language?
I am currently starting a series of Java tutorials  . If you would like to learn some Java, follow along with my tutorials.
__________________
Vouch Thread
CHECK OUT MY FREE MM Thread !
Quote:
When you kick it like me,
No exaggeration necassary,
living revolutionary,
nuttin less than legendary,
Gangsta shit hereditary, I got it from my dad,
flow colder than feburary wit extraordinary swag
|
|

09-19-2010, 05:31 PM
|
|
Active Member
|
|
Join Date: Jul 2009
Posts: 249
|
|
Re: Easiest programming language?
i am doing c++ in school, and i find it very easy at the rate we are going (slow)
|

09-20-2010, 02:53 PM
|
|
Active Member
BANNED
|
|
Join Date: May 2005
Location: Notts, UK
Posts: 180
|
|
Re: Easiest programming language?
Quote:
Originally Posted by roberto15
i am doing c++ in school, and i find it very easy at the rate we are going (slow)
|
Ok, i am too interested in learning a language.
How easy do you think it would be to learn on your own?
|

09-20-2010, 09:15 PM
|
|
Forum Addict
BANNED
|
|
Join Date: Jun 2008
Posts: 578
|
|
Re: Easiest programming language?
I started learning Javas as my first language, and it doesn't seem all that hard really, I haven't learned that much, but I somewhat understand what certain things do, I'm learning slowly.
|

09-21-2010, 06:07 AM
|
|
Active Member
|
|
Join Date: Jul 2005
Posts: 248
|
|
Re: Easiest programming language?
I think Java is easiest in terms of "get up and go".
C++ includes/libraries can be messy and unstandardized.
Syntax is confusing and a bit longer in terms of typing than Java.
Java is natural in it's architecture and has many IDEs to help you along the way.
Java is a lot more type strict than other languages, but I find this comforting. I can convert/cast my own data types.
Be careful of video tutorials on YouTube. Many of them are misleading or incorrect. The best way to learn Java is via the official trails and libraries.
Last edited by slay blad3 : 09-21-2010 at 06:08 AM.
|

10-05-2010, 09:47 PM
|
|
Member
|
|
Join Date: Oct 2010
Posts: 94
|
|
Re: Easiest programming language?
Quote:
Originally Posted by cp
Java is definitely not recommended as a first language.
Python is a good choice however. It uses dynamic typing and clean syntax which makes it easy to understand. The datatypes still do play a role, and you can learn that from Python. After you get that down, then you should try some statically typed languages like Java. The two aren't really close at all, namely because of syntax and the way datatypes are handled, but if you learn python and basic programming concepts from it, you can learn Java or any other language.
|
I don't see why you shouldn't learn Java first. That's how I started and it was very easy and starting to learn other languages is also very simple. However, I do think that learning HTML / CSS and some basic PHP is a good point to at least get a taste of programming if you don't want to go straight into applications. It doesn't give you much to build off from, but its easy and gives you some confidence.
|
 |
|
|