Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vincentfree/kotlin-gs-presentation
- Owner: vincentfree
- License: apache-2.0
- Created: 2022-04-02T09:15:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T09:53:00.000Z (over 2 years ago)
- Last Synced: 2024-03-21T16:51:36.712Z (8 months ago)
- Language: HTML
- Size: 5.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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