This document provides an introduction to functional programming concepts. It begins by dispelling myths about FP, such as that it requires stopping OO programming or that it lacks classes. It then discusses immutability and why it is useful, defines first-class functions and how they serve like polymorphism in OO. The document also covers built-in regular expressions, and how recursion is preferred over iteration in FP due to immutable defaults. It concludes with a summary of the key topics covered.