Hook
More breakout videos from this creator.
What are the top 3 programming languages that you think every engineer should learn in 2026? Haskell I think is, is incredible language. It has everything you need to really learn about functional programming. There is an old joke in the Haskell community that if you write a program in C, you will spend one week to make it efficient, and then you will spend one year to make it correct. In Haskell, you spend one week to make it correct, and then you may spend one year to make it efficient. It has some truths. C or learn some assembler to have this idea of what a machine does, how it does stuff at exactly the basic level. The one language that this is very, very, very old. SNOBOL4 is one of the first languages to have pattern matching. Sometimes it is interesting to see old languages because nowadays a lot of language tend to be too uniform in some aspects. And so it's interesting to see some older languages.