You are viewing our Forum Archives. To view or take place in current topics click here.
What order should I learn languages in?
Posted:

What order should I learn languages in?Posted:

Hoobryy
  • Powerhouse
Status: Offline
Joined: May 13, 201212Year Member
Posts: 499
Reputation Power: 20
Status: Offline
Joined: May 13, 201212Year Member
Posts: 499
Reputation Power: 20
Hey, I want to get into programming/coding, but I'm not sure what 'order' to learn languages in, I wanted to learn JavaScript, but it isn't making much sense to me, and I'm guessing that's because I haven't learnt any of the easier languages first. I know HTML is pretty easy, so I'll probably start with that, but what next?
#2. Posted:
iTzZ_SpK
  • New Member
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
could try:
VB.net
C#
Java
Javascript

in that order
#3. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


[ Register or Signin to view external links. ]

You don't really need to learn HTML, or CSS to understand the basics of Javascript. If you're having problems with the basics, then maybe pick up a book on introduction to programming. You don't need HTML and CSS until you get into DOM scripting, but it's likely you'll use JQuery before getting into full blown DOM manipulating. So, in a sense, you don't need to know HTML before experimenting with it. With that said, before being able to use the Javascript in the browser, you should have a good understanding of HTML and CSS.

1. HTML/CSS
2. Javascript/JQuery
#4. Posted:
iTzZ_SpK
  • New Member
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
RoR wrote
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


[ Register or Signin to view external links. ]

You don't really need to learn HTML, or CSS to understand the basics of Javascript. If you're having problems with the basics, then maybe pick up a book on introduction to programming. You don't need HTML and CSS until you get into DOM scripting, but it's likely you'll use JQuery before getting into full blown DOM manipulating. So, in a sense, you don't need to know HTML before experimenting with it. With that said, before being able to use the Javascript in the browser, you should have a good understanding of HTML and CSS.

1. HTML/CSS
2. Javascript/JQuery

i said he could try it not that it was the best way so stop trying to start unnecessary arguments over the internet ffs
#5. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


You are clearly not a programmer.
VB .net is pretty redundant as programming language.
C# and Java are almost identical in syntax although I find Java a little less '.NET-y' in the sense that they don't capitalize the start of every imported method. Java is also cross platform. (I know C# can be cross platform too but Java runs out of the box no third party help)
Javascript is easier than C# and Java.

The order you suggested is ludicrous. Learn how to program before trying to give advice.
#6. Posted:
Maj
  • Comment King
Status: Offline
Joined: Mar 30, 201410Year Member
Posts: 3,589
Reputation Power: 376
Status: Offline
Joined: Mar 30, 201410Year Member
Posts: 3,589
Reputation Power: 376
I Would recommend learning VB.Net to start out... Simple and easy
#7. Posted:
iTzZ_SpK
  • New Member
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
ObscureCoder wrote
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


You are clearly not a programmer.
VB .net is pretty redundant as programming language.
C# and Java are almost identical in syntax although I find Java a little less '.NET-y' in the sense that they don't capitalize the start of every imported method. Java is also cross platform. (I know C# can be cross platform too but Java runs out of the box no third party help)
Javascript is easier than C# and Java.

The order you suggested is ludicrous. Learn how to program before trying to give advice.

i said vb.net because i think its a good language to get started off with. And then u can use what u leant from vb to help with learning c# or java. How does that show that i dont know how to program?

Edit: btw i've never used javascript and i thought it would be similar to java so thats why i suggested java first. Also i wasnt sure if it was the best way which was why is said could try
#8. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
iTzZ_SpK wrote
ObscureCoder wrote
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


You are clearly not a programmer.
VB .net is pretty redundant as programming language.
C# and Java are almost identical in syntax although I find Java a little less '.NET-y' in the sense that they don't capitalize the start of every imported method. Java is also cross platform. (I know C# can be cross platform too but Java runs out of the box no third party help)
Javascript is easier than C# and Java.

The order you suggested is ludicrous. Learn how to program before trying to give advice.

i said vb.net because i think its a good language to get started off with. And then u can use what u leant from vb to help with learning c# or java. How does that show that i dont know how to program?

Edit: btw i've never used javascript and i thought it would be similar to java so thats why i suggested java first. Also i wasnt sure if it was the best way which was why is said could try


Judging by your lack of proper grammar, anyone can deduce that you are not a programmer.
#9. Posted:
iTzZ_SpK
  • New Member
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
Status: Offline
Joined: Apr 09, 201410Year Member
Posts: 13
Reputation Power: 0
ObscureCoder wrote
iTzZ_SpK wrote
ObscureCoder wrote
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


You are clearly not a programmer.
VB .net is pretty redundant as programming language.
C# and Java are almost identical in syntax although I find Java a little less '.NET-y' in the sense that they don't capitalize the start of every imported method. Java is also cross platform. (I know C# can be cross platform too but Java runs out of the box no third party help)
Javascript is easier than C# and Java.

The order you suggested is ludicrous. Learn how to program before trying to give advice.

i said vb.net because i think its a good language to get started off with. And then u can use what u leant from vb to help with learning c# or java. How does that show that i dont know how to program?

Edit: btw i've never used javascript and i thought it would be similar to java so thats why i suggested java first. Also i wasnt sure if it was the best way which was why is said could try


Judging by your lack of proper grammar, anyone can deduce that you are not a programmer.


why must my grammar be so perfect on a forum for me to be a programmer? And ur telling me that anyone who doesn't always use "proper" grammar is "not a programmer"? kmt
#10. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
iTzZ_SpK wrote
ObscureCoder wrote
iTzZ_SpK wrote
ObscureCoder wrote
iTzZ_SpK wrote could try:
VB.net
C#
Java
Javascript

in that order


You are clearly not a programmer.
VB .net is pretty redundant as programming language.
C# and Java are almost identical in syntax although I find Java a little less '.NET-y' in the sense that they don't capitalize the start of every imported method. Java is also cross platform. (I know C# can be cross platform too but Java runs out of the box no third party help)
Javascript is easier than C# and Java.

The order you suggested is ludicrous. Learn how to program before trying to give advice.

i said vb.net because i think its a good language to get started off with. And then u can use what u leant from vb to help with learning c# or java. How does that show that i dont know how to program?

Edit: btw i've never used javascript and i thought it would be similar to java so thats why i suggested java first. Also i wasnt sure if it was the best way which was why is said could try


Judging by your lack of proper grammar, anyone can deduce that you are not a programmer.


why must my grammar be so perfect on a forum for me to be a programmer? And ur telling me that anyone who doesn't always use "proper" grammar is "not a programmer"? kmt


Well no, but anyone will tell you that it's good to have good grammar when being a programmer as if you make a tool for CoD Ghosts for example and name it:

"CoD Goats: advansed moddeng" it won't really take off.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.