Functional Programming with Kotlin • Hadi Hariri • GOTO 2018
Video Statistics and Information
Channel: GOTO Conferences
Views: 30,995
Rating: 4.8451614 out of 5
Keywords: GOTO, GOTOcon, GOTO Conference, GOTO (Software Conference), Videos for Developers, Computer Science, GOTOams, GOTO Amsterdam, Kotlin, Hadi Hariri, functional programming, JetBrains
Id: eNe5Nokrjdg
Channel Id: undefined
Length: 51min 31sec (3091 seconds)
Published: Wed Jun 27 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
FYI, here's the talk Abstract
In this talk we'll explain the basics of functional programming, where it fits in with the Object Orientation paradigm and how we can use functional programming in our every day work. We’ll cover important concepts functional programming such as: Lambdas, Higher Order Functions, Partial Functions, Monads and more, and see how we can apply these in a series of functional patterns to cut down our codebase and at the same time make sure we keep it maintainable.