Register - Login
Views: 99800720
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-03-22 06:41:22 AM
Jul - Computers and Technology - Programing language New poll - New thread - New reply
Next newer thread | Next older thread
Devin175
260
Level: 36


Posts: 85/266
EXP: 297493
For next: 10617

Since: 06-17-09

From: United States

Since last post: 9.2 years
Last activity: 9.2 years

Posted on 08-04-09 12:19:04 AM (last edited by Devin175 at 05-16-12 07:17:39 PM) Link | Quote
I was just wondering which one should I learn first? I want something easy to start off with.

5/16/12 Edit: I'm not interested in learning how to program anymore.
yde

Cobrat
Level: 54


Posts: 79/660
EXP: 1178155
For next: 55715

Since: 02-12-09

From: california

Since last post: 8.3 years
Last activity: 8.2 years

Posted on 08-04-09 01:40:10 AM Link | Quote

probably something like visual basic, although I don't know if you should bother

what do you want to program

____________________

fleepa | pandora | last.fm

Peardian

  
Magikoopa

16/3/1: KvSG #479 is up!

Level: 157


Posts: 2032/7597
EXP: 48602846
For next: 976387

Since: 08-02-07

From: Isle Delfino

Since last post: 10 days
Last activity: 12 hours

Posted on 08-04-09 01:45:19 AM (last edited by Peardian at 08-03-09 10:45 PM) Link | Quote

I found that Java was quite easy to pick up. It was my first language, and made learning C a breeze.


Not to be confused with JavaScript, of course.

____________________
-Peardian-


"A new beauty has been added to the splendor of the world—the beauty of speed. " -Tommaso Marinetti


Tiden
Disgusting human being, just awful
Level: NaN


Posts: 4440/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-04-09 01:47:10 AM Link | Quote
Python, ruby, and php are all widely used and have a low to moderate barrier to entry.

____________________
JOIN #PROG YOU JERKS.
VideoGuy
Member
Level: 22


Posts: 18/84
EXP: 53006
For next: 5344

Since: 05-10-09


Since last post: 12.0 years
Last activity: 9.9 years

Posted on 08-04-09 02:10:21 AM Link | Quote
It really depends on what you want to do with that language. If you want to do something web-based, I would recommend learning PHP (need to know HTML with that). If you want to make an application, I would recommend something like C or Java. If you want to make a game, learn Actionscript.

A few other considerations: do you have money to spend on a program? For C and Java, I think you need a compiler. For Actionscript, you need to buy Flash ($$$). I know PHP is free, VB is as well.

Overall, I would recommend PHP. It's pretty easy, not too strict, and can be used for a lot of things. Plus it's free. I can also recommend a few good PHP editors if you want one.
Ctenophorae


Level: 85


Posts: 148/1921
EXP: 5772455
For next: 126085

Since: 06-19-09

From: Oregon

Since last post: 8.1 years
Last activity: 27 days

Posted on 08-04-09 02:30:48 AM Link | Quote

Originally posted by hydrapheetz
Python

This.

____________________


Photobucket

Lyskar
12210
-The Chaos within trumps the Chaos without-
Level: 192


Posts: 3150/12211
EXP: 99320985
For next: 552586

Since: 07-03-07

From: 52-2-88-7

Since last post: 7.4 years
Last activity: 7.3 years

Posted on 08-04-09 03:34:39 AM Link | Quote

Time/Date

08-03-09 09:34:39pm

Posts

3150

Days Here

762

Level

81
Metal_Man88
Local Moderator
You should totally learn COBOL.

It is, like, the king of all languages.

It will make you all-powerful.

____________________
Jeez, not being Spontaneous Madness is gonna take some getting used to...
Original Layout © Tobias Kelmandia
Skreeny
Member
I have a custom title.
Level: 54


Posts: 428/636
EXP: 1172538
For next: 61332

Since: 09-15-07


Since last post: 9.3 years
Last activity: 1.2 years

Posted on 08-04-09 03:53:52 AM (last edited by 飛龍 at 08-04-09 11:51 AM) Link | Quote
Originally posted by Metal_Man88
You should totally learn COBOL.

It is, like, the king of all languages.

It will make you all-powerful.


This.
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 4476/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-04-09 04:25:47 AM Link | Quote
Originally posted by Nelrith
Originally posted by hydrapheetz
Python

This.

I forgot to mention that 3.1's out and 2.x is still supported. A lot of libraries also haven't been updated to work with 3.x, either.

____________________
JOIN #PROG YOU JERKS.
Tiden
Disgusting human being, just awful
Level: NaN


Posts: 4538/-6493
EXP: NaN
For next: 0

Since: 07-03-07

Pronouns: they/them

Since last post: 4.1 years
Last activity: 3.6 years

Posted on 08-09-09 12:38:28 AM (last edited by Scruffy at 08-08-09 09:39 PM) Link | Quote
Objects. I'm not sure why you want to start with a lower-level language, though.

____________________
JOIN #PROG YOU JERKS.
Skreeny
Member
I have a custom title.
Level: 54


Posts: 429/636
EXP: 1172538
For next: 61332

Since: 09-15-07


Since last post: 9.3 years
Last activity: 1.2 years

Posted on 08-09-09 03:24:25 AM Link | Quote
There are a few odd differences between the two, also. Happens when you have a language that was originally based on another one, but then had the "base" language develop in a different direction.

Luckily, Wikipedia has a reasonably informative article on the subject.

But yes, the main difference is class objects. C++ has them, C doesn't; you can still do object-oriented stuff in C, but it's far less clearly implemented (using structs and functions that take them), and lacks data hiding as far as I know.

Umm... less techspeak: data hiding is restricting access to certain object members.

Lyskar
12210
-The Chaos within trumps the Chaos without-
Level: 192


Posts: 3186/12211
EXP: 99320985
For next: 552586

Since: 07-03-07

From: 52-2-88-7

Since last post: 7.4 years
Last activity: 7.3 years

Posted on 08-09-09 06:29:45 AM Link | Quote

Time/Date

08-09-09 12:29:45am

Posts

3186

Days Here

767

Level

81
Metal_Man88
Local Moderator
I originally learned C, then went and learned C++ in school.

I programmed a poker game in C++.

____________________
Jeez, not being Spontaneous Madness is gonna take some getting used to...
Original Layout © Tobias Kelmandia
Black Lord

Magic Emperor
Level: 40


Posts: 152/314
EXP: 408466
For next: 32843

Since: 08-01-07

From: Nebraska

Since last post: 11.3 years
Last activity: 9.7 years

Posted on 08-10-09 09:47:43 PM Link | Quote
I wish people would learn the paradigms, and then start learning languages. It is so much easier.

Seriously, I can jump into some source for about any language and pick it up fairly quickly. Just a matter of learning how languages work and not how to code them... hard to explain I guess cause that is not coming across how I want it to.

____________________



Next newer thread | Next older thread
Jul - Computers and Technology - Programing language New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 3 query cache hits.
Query execution time: 0.093641 seconds
Script execution time: 0.039874 seconds
Total render time: 0.133515 seconds