Source code and samples from the presentation on functional programming showdown (Java vs Scala vs Kotlin).
- What is functional programming?
- Functions
- Higher-order functions
- Partial application
- Curring
- Composition
- Total functions
Pure functional implementation of word count problem (counting the words in one sentence).