Functional programming 📅 Feb 11, 2020 · ☕ 5 min read · ✍️ t1 In functional programming, programs are composed of pure functions that take input values and return output values, without mutating state or causing side effects.