-
Notifications
You must be signed in to change notification settings - Fork 22
/
course-info.yaml
22 lines (20 loc) · 1002 Bytes
/
course-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: AtomicKotlin
language: English
summary: <p>These are examples and exercises accompanying the <a href ="https://www.atomickotlin.com/">Atomic Kotlin book</a>. These materials are designed for both dedicated novices and experienced programmers – no programming background is necessary.</p>
<p>Kotlin is powerful – not only does it have a rich set of features, but you can
also express those features in numerous ways. These features are discussed in the book and presented in the exercises.</p>
<p>Each atom in Atomic Kotlin is accompanied by several exercises to cement your understanding of the material. We recommend solving the exercises directly after reading an atom.</p>
programming_language: Kotlin
vendor:
name: JetBrains
email: [email protected]
url: https://www.jetbrains.com/
content:
- Programming Basics
- Introduction to Objects
- Usability
- Functional Programming
- Object-Oriented Programming
- Preventing Failure
- Power Tools
- Appendices