Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Which language to learn next

Name: Anonymous 2009-05-07 1:07

Hey /prog/, heres my dilemma. I wish to learn  C or python but I'm confused where to start. Reason I'm asking this is because so far I know html, javascript, some php(I know its scripting but I'm trying to get web dev down). If someone could give me a list that would depict what I should learn first that would be great. So far I plan on learning python(or perl), C, and assembly. Thanks in advance.

Name: Anonymous 2009-05-09 12:30

>>11
It's less about languages then it is about paradigms.
If you're just learning yet another imperative c-like scripting language, then of course it will be easy and won't require much experience. Try learning some lesser known(by the average programmer) languages like the ones in the LISP family(CLISP,Scheme) or ML family(SML,Ocaml, Haskell) for understanding the functional paradigm. If you never dealt with this programming paradigm before you'll see it's different than just learning new syntax. Another (worse) example: a pure C programmer learning OOP design patterns OR another programmer first learning about stack-based languages or learning assembly(and computer architecture). Can you really just say it's new syntax? Once a programmer knows most common programming paradigms, it becomes just about learning a few new concepts and syntax, but until then learning a new language can mean learning a new paradigm, which can be quite a journey.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List