|
|
|
|
|
by nareshv
4470 days ago
|
|
This was taught to me in college a decade. "Programming language is just a syntax, the core logic of getting things done is already available in your brain." Here is what i'd do A) Remember what you already learnt from your favorite language 1] Syntax
2] Libraries
3] Reference Documentation
4] Organizing your code
5] Building / Running Programs
6] Deploying code to farms of servers (if you are interested in sysops, explore this as well)
B) Once you get a hang of basic syntax, start with Examples and keep making progress.C) Pick a simple task, from what you have already solved before. Program it in the new language by expanding your skills towards 2-5 points and you are done ! |
|
Is this actually true, though, when jumping between programming paradigms?