You are viewing our Forum Archives. To view or take place in current topics click here.
First language to learn (Opinion)
Posted:

First language to learn (Opinion)Posted:

Pulsation
  • 2 Million
Status: Offline
Joined: May 25, 201112Year Member
Posts: 427
Reputation Power: 20
Status: Offline
Joined: May 25, 201112Year Member
Posts: 427
Reputation Power: 20
Now I know this has no straight forward answer, but i'd like to hear some opinions, along with any experiences you may have. I would like to know what the best language to start off with is. I'm currently learning Java, and have dabbled in html/css. Please, any feedback with this will be greatly appreciated!
#2. Posted:
Mark
  • Winter 2017
Status: Offline
Joined: Jun 09, 201211Year Member
Posts: 3,109
Reputation Power: 3763
Status: Offline
Joined: Jun 09, 201211Year Member
Posts: 3,109
Reputation Power: 3763
it all depends on what you want to program. So many different languages.
#3. Posted:
Ayoze
  • Ladder Climber
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 375
Reputation Power: 15
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 375
Reputation Power: 15
Java is love, Java is life
#4. Posted:
Gary
  • Retired Staff
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Motto: Consume Tacobell. Play RuneScape.
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5267
Motto: Consume Tacobell. Play RuneScape.
Learn C++ or Python. They are both easy to grasp for beginners in my opinion.
#5. Posted:
speed
  • Winter 2017
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200914Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Any C based language (C++, C#, Java, PHP, etc) would be a good place to start, as learning one would allow you to pick up the others with relative ease, expanding your capabilities.

They all have a very similar syntax, so it will be fairly easy to switch between them. It would be easier for you to start with C# and move to Java, than it would be for you to start with Python and move to Java, for example.

But really, there is no "best" language. Even VB has its uses in the professional world.
#6. Posted:
ecco2k
  • Blind Luck
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
#7. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
shwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.


>python
>correct syntax
>kek
#8. Posted:
-Deano
  • Spooky Poster
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
ObscureCoder wrote
shwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.


>python
>correct syntax
>kek


Well it teaches the basics, sure the original guy is a bit of a mug for saying that but it's certainly not too dissimilar from other languages.
#9. Posted:
ecco2k
  • Fairy Master
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
Status: Offline
Joined: Oct 22, 201013Year Member
Posts: 830
Reputation Power: 458
ObscureCoder wrote
shwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.


>python
>correct syntax
>kek


>correct syntax
in the way that everything has to be in a correct syntax to work, i.e. indentation etc.
#10. Posted:
ObscureCoder
  • Resident Elite
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201310Year Member
Posts: 211
Reputation Power: 13
shwb wrote
ObscureCoder wrote
shwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.


>python
>correct syntax
>kek


>correct syntax
in the way that everything has to be in a correct syntax to work, i.e. indentation etc.


Yes, just like literally EVERY other PROGRAMMING LANGUAGE.
logic++;
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.