Functional Programming
immutable data
pure functions, only depend on your input, do not modify anything out of your scope
function composition
functional core, imperative shell
python
list comprehensions
immutable data
pure functions, only depend on your input, do not modify anything out of your scope
function composition
functional core, imperative shell
list comprehensions