her.esy.fun/src/posts/draft-professional-lessons-and-opinions.org
Yann Esposito (Yogsototh) 8cf013bfb0
draft
2019-07-12 00:26:33 +02:00

787 B

Professional Lessons and Opinions

Technical Choices

How to choose a programming language/paradigm to write with.

  • programming is about making the program do what you want it to do.
  • not much told, lot harder, and not as natural/intuitive; a program should not do something you do not want it to do.
  • programming paradigms, functional is superior because it better fit all real-life scenarios.
  • in Machine Learning, Kolmogorov complexity. Object Oriented is worse than Functional programming to represent naturally many real life problems.