https://github.com/mavaji/ke2019
https://github.com/mavaji/ke2019
applicative functional-programming functor kotlin monad
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mavaji/ke2019
- Owner: mavaji
- Created: 2020-06-07T03:31:50.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-18T17:33:57.000Z (about 1 year ago)
- Last Synced: 2025-08-25T08:36:29.826Z (9 months ago)
- Topics: applicative, functional-programming, functor, kotlin, monad
- Language: Java
- Homepage:
- Size: 739 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ke2019
Materials for Presentation at [Kotlin-Everywhere](https://evand.com/events/kotlin-everywhere)
Videos : [YouTube](https://www.youtube.com/playlist?list=PLT2xIm2X7W7inMr__YgqSSXpk77D69khz)
#### Resources:
* [Functional programming in Kotlin](https://kotlinlang.org/docs/tutorials/kotlin-for-py/functional-programming.html)
* [Functors, Applicatives, And Monads In Pictures](http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html)
* [Kotlin Functors, Applicatives, And Monads in Pictures](https://hackernoon.com/kotlin-functors-applicatives-and-monads-in-pictures-part-1-3-c47a1b1ce251)
* [A Fistful of Monads](http://learnyouahaskell.com/a-fistful-of-monads)
* [Kotlin in Action - Manning](https://www.manning.com/books/kotlin-in-action)
* [Get Programming with Haskell - Manning](https://www.manning.com/books/get-programming-with-haskell)
* [Introduction to Functional Programming](https://www.goodreads.com/book/show/3791460-introduction-to-functional-programming)