AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Descriptive Programming
Functional programming is the process of building software when you compose pure functions. It's called a declarative approach to programming. Declarative means that program logic is expressed without explicitly describing the flow control where imperative programs spend lines of code describing the specific steps used to achieve the desired results and this is the flow control we talk about.