Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vincentfree/kotlin-gs-presentation

GS Tech Talk - Kotlin
https://github.com/vincentfree/kotlin-gs-presentation

Last synced: 17 days ago
JSON representation

GS Tech Talk - Kotlin

Awesome Lists containing this project

README

        

# kotlin-gs-presentation
GS Tech Talk - Kotlin

## TODO

* make work with cli tool, add iframe support

link iframe: https://www.npmjs.com/package/markdown-it-iframe

pages link: https://vincentfree.github.io/kotlin-gs-presentation/

### Topics

* ~~Immutability (val/var)~~
* ~~Expression vs statement: when, if, try, etc. (pertially covered)~~
* ~~Scope functions (extend existing)~~
* ~~Extension functions~~
* Functions
* infix
* inline
* ~~Result (runCatching)~~
* ~~Inline classes~~
* Delegation
* Generics