|
|
|
Ask HN: What should I learn first, Algorithms or ..?
|
|
3 points
by sanosuke
4117 days ago
|
|
Algorithms or Programming Languages Theory (Grammars, lexers, etc)? Background: I just know the basics about programming (conditions, loops, classes, etc) And I almost got 30 years old, hopefully is not to late. My goal is to help the advance the Computer Science field (No kidding). P.S: Could you elaborate on your answer please, besides "Learn Algorithms first". Thank you. |
|
Language theory probably won't be that useful unless you're planning to write a parser for a programming language or something similar. I occasionally need to deal with grammars (for the Bison parser generator) in the work that I do, but most people probably do that kind of thing very rarely, if at all.
Also, it's never too late to learn stuff.