Replies
-
Joe 6 years agoThere is problems I agree, you can avoid them though. It's just so widley used today that if you want a career as a developer you will no doubt have to learn it regardless.
- 2
-
Stolensoul 6 years agoJavascript is full of holes. I agree with what you are saying, but there are so many dirty things in javascript that I doubt it is good to learn programming.
- 3
-
Joe 6 years agoIn all honesty... and I love Python... The best language to learn is Javascript. I know a lot of people will disagree but it is universal. It works on the frontend, the backend and embedded these days. It's not OOP (functional is the future), prototypes are nice and are even used with the `class` keyword in ES7. 'Javascript the good parts' is a great book and will steer you in the right direction.
- 1
-
Mukt 6 years agoRead SICP.
.
https://mitpress.mit.edu/sicp/
.
(pdf) https://github.com/sarabander/sicp-pdf/raw/master/sicp.pdf
.
(amazon) https://www.amazon.com/Structure-Interpretation-Computer-Programs-Engineering/dp/0262510871- 1
-
-
Joe 6 years agoWhich version of Perl ? There is big differences between versions and a few are still used. Python or Javascript I would suggest. NodeJS is very good.
- 3
-
-
-
-
Trebuchet 6 years agoI think it's the official manual of Perl, and I remember enjoying reading the first 3 chapters of the book.
If I don't succeed, I will try with Python. Thanks @Johnnynull!- 3
-
Johnnynull 6 years agoIf the book is comprehensive and you enjoy it, then go for it. But generally people say Python. It's what I started dabbling with some time ago. It's a fun, fine language language.
- 4