Learning curve

Status
Not open for further replies.

peach

New member
Jun 24, 2006
688
0
0
Netherlands
Amongst popular programming languager, wich one do y'all think has the smallest learning curve?
I've heard rails but I'm not sure whether it's hype or or for real.
 


Rails isn't really a programming language but part of Ruby on Rails. Ruby is very easy.

Python is probably the easiest.
 
Speaking as a developer, I already had pretty extensive experience with OO programming, so I picked up PHP VERY quickly. Ive looked at rails, but I think it actually has a bigger learning curve that PHP. The reason is PHP doesn't use any type of design pattern by default, where rails uses an MVC pattern. So you not only have to learn the language, but also the pattern.

If I could do it again, Id probably start with Rails and then move to PHP.
 
PHP was fairly easy, once i grasped some basic concepts :P
and it helps since there are so many PHP-Resource sites.
 
So the moral of the story is, everyone thinks whatever they picked up the easiest, is the easiest :)

Any scripting language will be easier to pick up than a "real" (c++, java) language in my opinion, but thats just been from my personal experience.
 
a.titus1 said:
So the moral of the story is, everyone thinks whatever they picked up the easiest, is the easiest :)

Any scripting language will be easier to pick up than a "real" (c++, java) language in my opinion, but thats just been from my personal experience.

This story has morals? I may be in the wrong forum:)
 
When I was messing with the error handling in PHP (writing my own error handler) I managed to mess up the default one and wouldnt get any error... It would just be blank :)
 
NtodaS said:
You think so? I never got far trying those tutorials. Probably cause it was to boring and i didn;t see any direct benefits.
Well, if you have no benefits of learning it, then why even get started :p
If you don't have any incentive to do something it's just not going to happen.
 
Status
Not open for further replies.