Live data from Hacker News

Becoming Foolish

hmemcpy.com

31–35 of 35 posts

Re: Becoming Foolish

#32

That's why in germany the first course in the first semester of CS teaches you three things: imperative programming, functional programming and logical programming. That way you can choose your favorite programming paradigm early on in your career and don't get surprised and wonder what would have been if you found it earlier in your career. I hope other countries teach programming like that as well

I’m not sure “That way you can choose your favorite programming paradigm early on in your career” is the intended or even desireable result.

Re: Becoming Foolish

#34
post #28
post #11

Earlier quoted context omitted.

I have seen imperative / OOP Python written in the style of Java. It's not great.

Relevant video: Stop Writing Classes https://www.youtube.com/watch?v=o9pEzgHorH0

Thats the nice thing about a mixed paradigm language, you can use the features when appropriate.

Re: Becoming Foolish

#35

That's why in germany the first course in the first semester of CS teaches you three things: imperative programming, functional programming and logical programming. That way you can choose your favorite programming paradigm early on in your career and don't get surprised and wonder what would have been if you found it earlier in your career. I hope other countries teach programming like that as well

I have the impression that people tend to turn to functional programming after spending a lot of time in imperative programming and seeing its downsides.
Post reply on HN