Kotlin - Dissecting the Stdlib
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Dive into the Kotlin standard library in this 52-minute conference talk from GOTO Chicago 2019. Explore idiomatic Kotlin by examining the source code of stdlib methods and tools. Discover intermediate to advanced language features, elegant syntax, and high-level abstractions to enhance your ability to write fluent objects and interfaces. Gain insights into collections API, function literals, Kotlin bytecode, and comparisons with Java. Learn about higher-order functions, Kotlin extensions, lambdas with receivers, closures, captures, inlining, and return conventions. Improve your Kotlin programming skills by understanding the design principles behind the standard library.
Syllabus
Intro
Collections API
Function literals
Kotlin bytecode
Kotlin vs Java
Higherorder functions
Kotlin extensions
lambdas with receivers
closures and captures
inlining
return
conventions
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube