Page 1 of 1
What is the easiest and most effiecient language to learn?
Posted: Thu Apr 23, 2009 6:01 pm
by threat2life
I read somewhere that python is very efficient, somewhere it said Java is the best way to master your programming skills.
I am good at C and now i wan to go further deep into studying programming...So kindly guide me through this...
Posted: Thu Apr 23, 2009 8:44 pm
by hyperscann
how do u learen c im just starting 2
Posted: Thu Apr 23, 2009 10:38 pm
by Noobiehax69
I've only worked with c++, and in the beginning it was a bit crazy... but after two weeks I caught on and it became pretty easy. So I don't know if that helped but yeahh i've heard python is a really good starter.
Posted: Thu Apr 23, 2009 11:38 pm
by Zaffron
hyperscann wrote:how do u learen c im just starting 2
how do u learen grammerz i just starting
www.english101.com
Posted: Thu Apr 23, 2009 11:38 pm
by LarsH
I would definitely recommend functional programming to everyone who wishes to become a better programmer. Not saying that functional languages are efficient, but the feeling I had when I grasped recursion, higher order functions and value vs. side-effect was very much like
http://xkcd.com/224/.
Not really recommending LISP, the syntax is special (it's structure is interesting though). Haskell, SML or Erlang are more modern alternatives.
Posted: Thu Apr 23, 2009 11:40 pm
by Zaffron
Are those common languages? I have never heard of them if they are...
Posted: Thu Apr 23, 2009 11:48 pm
by LarsH
Functional programming is not a common paradigm, but if something makes you a better programmer it is studying a language of a different paradigm than what you already know.
Posted: Fri Apr 24, 2009 5:55 am
by Allosentient
C#, Java, or Python. I don't really like Python, but a lot of people here seem to like it.