a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by JakobVirgil
JakobVirgil  ·  4307 days ago  ·  link  ·    ·  parent  ·  post: Code Academy - Learning to Code Interactively

I am in agreement to a point. But if someone is already solid at C then maybe that is all one needs.





rozap  ·  4307 days ago  ·  link  ·  

Oh definitely. But once you've learned how to program a language, picking up other languages isn't particularly challenging, as most of the same concepts apply.

Moving from functional to imperative or vice versa can be a little tricky, though.

JakobVirgil  ·  4307 days ago  ·  link  ·  

I learned C in the 80's everything I write has a heavy functional accent.

user-inactivated  ·  4307 days ago  ·  link  ·  

If all you know is C or C++, the prototypal object model of JS might be confusing, so you can't just easily jump into it.

JakobVirgil  ·  4307 days ago  ·  link  ·  

one can't. but I did. ;)

I guess it is like learning a second foreign language the ground work is already laid.