How to better start learning programming - with imperative or declarative languages?

Posted by user712092 on Programmers See other posts from Programmers or by user712092
Published on 2011-08-03T17:38:36Z Indexed on 2012/09/10 3:48 UTC
Read the original article Hit count: 234

Someone is interested in learning to program. What language paradigm should I recomend him - imperative or declarative? And what programming language should he start with?

I think that declarative because it is closer to math. And I would say that Prolog might be the best start because it is based on logic and programs are short. On the other hand at school we started learning from imperative languages and I am not sure whether there is a benefit to start with them instead of declarive ones.

Thanks. :)

© Programmers or respective owner

Related posts about learning

Related posts about paradigms