Notes, poems, and thoughts for my future self.
Personal Blog: https://whtwnd.com/rickcursive.bsky.social
Rick
Loading...
Thank you again for your support for those who were there with me, and I hope to see you next time again.
Here is the replay: www.youtube.com/live/TMIkfxO...
Take care!
- Everything inside a function is an expression
- A function without parameters is called a definition
- Recalled referential transparency from Day 2
- Type definitions still are not very clear to me (why is :t 5 `5 :: Num a => a` but :t "a" `"a" :: String` and not `"a" :: String a => a`?)
Today we learned in the Haskell Challenge:
- Everything is a function
- Function composition is important in Haskell
- Functions look lean compared to TypeScript
- Floating point precision is bad! Yuck! (`0.1 + 0.2` or `0.2 + 0.4`)
- Tabs are bad (and my Neovim config is bad too)