@lanodan Well, it seems like type inference and pattern recognition is slowly becoming the norm. My CS professor says that languages are slowly moving away from C-like syntax and more ML or Haskell-like. Not necessarily going full functional programming but using features from those languages.
@lanodan I don't think he meant anytime soon. He tried to show us more obscure languages because languages do come and go. And yeah, I bet most of the job offerings are going to be stuff like C++, JavaScript, Java, Python, etc. I have very limited knowledge on ML and Haskell anyway and most of our programming work in our college is C++ and Java. We only used ML for one class just to get out of our comfort zones.
@lanodan
But I learned that dynamic typing leads to the worst programming practices which I'm glad that I got out of.