Programming Language For Beginners?

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Everything Else » Tech Support » Programming language for beginners?
Programming language for beginners?
 Odin.Godofgods
Offline
Server: Odin
Game: FFXI
Posts: 4013
By Odin.Godofgods 2014-06-07 15:46:16
Link | Quote | Reply
 
Phoenix.Dabackpack said: »
Java and Python are good starter languages that are actually useful. Knowledge of Java will get you far in life.

Would recommend NOT starting with C/C++... pointers scare new people away usually.

Java was a pain in the *** when i did that (ever so briefly) in HS. It didnt help that our teacher didnt rly know it either. But i had such a high grade that i didnt bother with the java.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2014-06-07 15:58:11
Link | Quote | Reply
 
I started off at ~6 years old self taught and from what my dad knew about electrical engineering using 6502 Assembly on a Commodore plus/4 (not even an Apple, lol). So I've always found ASM to be great, and loved it when they taught pointers in C/C++.

Hell in high school for my Turbo Pascal class, I got extra credit for writing a mouse library that the class and following classes could use, using asm commands in Turbo Pascal.
Offline
Posts: 42747
By Jetackuu 2014-06-07 16:38:41
Link | Quote | Reply
 
Kalila said: »
Jetackuu said: »
Kalila said: »
stuff
html and css aren't programming languages though.
They may not be programming languages, but I would say it's a decent start for beginners. It's very easy to understand and you receive visual feedback as you write each line.

The OP asked what would be good for beginners, not what would be the best language to learn.
What Milamber said, but basically this:

The OP asked what programming language would be easy to learn, not markup language or config file, or even script.

/comfort Kali
 Odin.Godofgods
Offline
Server: Odin
Game: FFXI
Posts: 4013
By Odin.Godofgods 2014-06-07 17:36:11
Link | Quote | Reply
 
Jetackuu said: »
Kalila said: »
Jetackuu said: »
Kalila said: »
stuff
html and css aren't programming languages though.
They may not be programming languages, but I would say it's a decent start for beginners. It's very easy to understand and you receive visual feedback as you write each line.

The OP asked what would be good for beginners, not what would be the best language to learn.
What Milamber said, but basically this:

The OP asked what programming language would be easy to learn, not markup language or config file, or even script.

/comfort Kali

eh.. its all a language to me'
 Shiva.Octorok
Offline
Server: Shiva
Game: FFXI
user: Eldarias
Posts: 59
By Shiva.Octorok 2014-06-07 17:51:32
Link | Quote | Reply
 
Visual Basic is a pretty good start.
VIP
Offline
Posts: 21757
By Kalila 2014-06-07 21:45:56
Link | Quote | Reply
 
Jetackuu said: »
Kalila said: »
Jetackuu said: »
Kalila said: »
stuff
html and css aren't programming languages though.
They may not be programming languages, but I would say it's a decent start for beginners. It's very easy to understand and you receive visual feedback as you write each line.

The OP asked what would be good for beginners, not what would be the best language to learn.
What Milamber said, but basically this:

The OP asked what programming language would be easy to learn, not markup language or config file, or even script.

/comfort Kali
I only offered my suggestion because it's easy to learn, easier than a 'real' language. Takes like 3 hours to learn the basics to the point where you can create a website of your own. You can't really say that for a programming language. In 3 hours you're still learning fundamentals and basics.

I'm obviously not the person to ask on this though, just thought I'd offer my personal opinion.
 Lakshmi.Zerowone
Offline
Server: Lakshmi
Game: FFXI
user: Zerowone
Posts: 6949
By Lakshmi.Zerowone 2014-06-07 23:39:42
Link | Quote | Reply
 
Cobalt, Pascal, Fortran.... errr no don't even touch those.

Java and Python are probably going to be the best routes for multitudes of reasons. By the time you master one of those there will be a more streamlined variation.

HTML/CSS/Javascript are cool things to know but they don't really do much for you unless you want to be make web pages, but you can pretty much get a grasp on them in a day or two.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2014-06-07 23:54:19
Link | Quote | Reply
 
COBOL ftw.
[+]
 Lakshmi.Zerowone
Offline
Server: Lakshmi
Game: FFXI
user: Zerowone
Posts: 6949
By Lakshmi.Zerowone 2014-06-08 00:04:59
Link | Quote | Reply
 
Android predictive text strikes again! Yes COBOL
[+]
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2014-06-08 00:06:24
Link | Quote | Reply
 
If there was ever a way to permanently deleted memories from the brain, it would be the semester I took COBOL, lol.

Just the class though.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2014-06-08 00:10:22
Link | Quote | Reply
 
Hopefully karma has caught up with the guy who thought up that language.
 Bahamut.Milamber
Offline
Server: Bahamut
Game: FFXI
user: milamber
Posts: 3692
By Bahamut.Milamber 2014-06-08 01:04:36
Link | Quote | Reply
 
Shiva.Octorok said: »
Visual Basic is a pretty good start.
I personally find VB code particularly annoying to look at, but that may be either to the language structure (and my general lack of exposure to similar syntax) and/or the proficiency of the individual who has written it.

Java has a few things that a beginning programmer shouldn't really worry about (e.g. private vs public, classes).

But really, just go grab this:
https://manual.cs50.net/appliance/19/
and work your way through the lectures and problem sets.
Offline
Posts: 42747
By Jetackuu 2014-06-08 05:29:49
Link | Quote | Reply
 
I'm not trying to rip on you Kali but you're trying to equate somebody wanting to learn how to fly to "hey a moped is easy to drive." HTML is easy, and shouldn't take somebody 3 hours, especially anyone who has played XI (between official macros, spellcast or gearswap) or used this site extensively, they should know line syntax and be able to get it really easy. Don't get me wrong, there's a few similarities, but syntax and references are about where it ends.

Honestly the only real programming I've done would probably be in MS VB, definitely not 6, I'm not that old.

I learned it for a class and one of the first projects only a few people had a working program, I was one of them. Mine was crude but it worked, one of the other guy's project was damn near a piece of art. I had about a page of code, and simple buttons and text entry fields. His was just amazing, and I still don't know how he did it.