Ask HN: What prgramming language to learn?
1–10 of 21 posts
Re: Ask HN: What prgramming language to learn?
#2Re: Ask HN: What prgramming language to learn?
#3If you don't know C, learn it. Its very different from python and java, but will give you a feel for whats going on "under the hood" so to speak in both those languages.
Re: Ask HN: What prgramming language to learn?
#4If you don't know C, learn it. Its very different from python and java, but will give you a feel for whats going on "under the hood" so to speak in both those languages.
Re: Ask HN: What prgramming language to learn?
#5If you don't know C, learn it. Its very different from python and java, but will give you a feel for whats going on "under the hood" so to speak in both those languages.
java and c are both object oriented programming languages so they are not so much different.
Re: Ask HN: What prgramming language to learn?
#6Re: Ask HN: What prgramming language to learn?
#7If you don't know C, learn it. Its very different from python and java, but will give you a feel for whats going on "under the hood" so to speak in both those languages.
You know it's low level? How is it different?
In a broad sense, Java is pretty similar to C. I think if you wanted a perspective-altering experience, learn something like Lisp or Haskell. But I agree that there is value in learning C. You should probably learn both C, and Lisp or Haskell or Scheme or whatever functional-ish language looks interesting.
(This is with the assumed goal of getting an overview of programming language styles. If you have specific application-building demands, then language choice may be more dictated by that, e.g., Objective-C for iOS.)
Re: Ask HN: What prgramming language to learn?
#8this is a questions asked quite often and i guess there is only one answer: what do you want to achieve? Do you want to make Web Apps, Mobile Apps, Desktop Apps, Games,... there are so many different directions you can go, that you should first answer the questions WHAT and then answer the question HOW and not the other way around.
Re: Ask HN: What prgramming language to learn?
#9Re: Ask HN: What prgramming language to learn?
#10If you don't know C, learn it. Its very different from python and java, but will give you a feel for whats going on "under the hood" so to speak in both those languages.
After at least 1-2years I would suggest that you start learning Lisp, then Elixir http://elixir-lang.org/
If you thought becoming a programmer is easy, everybody can do that, you're right, but becoming a good programmer is NOT. You have to learn the scientific background, if you want to understand things and not just use what get. For that matter I would recommend reading SICP.
Well, let's say you don't want to become a good programmer, but just make money, then go and learn ABAP, Cobol, ADA or JavaEE. (Just beware that some Pro C guy, could make you jobless one day, by writing a LLVM back-end that converts existing code to LLVM bytecode and then to C.
There are many people who have the same question, I would recommend @pg to propose a FAQ containing info about it.
That's the best advice I can give you currently, but if you know somebody who can give you better advice, then please let me know about it too. Because what doI know, nothing, everybody can benefit from your and other people's experiences.