forked from JetBrains/kotlin-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.txt
57 lines (46 loc) · 1.21 KB
/
notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Tutorials
Working with nightly builds
A [something] application targeting JVM (something beyond HelloWorld)
A [something] application targeting JavaScript
Building Kotlin from Source
Deep Dive into Collections
Creating Type-Safe Builders - Intro to Extension Function Literals
Interactive language tutorial (s)
Kotlin Build Tools
Kotlin Doc
============================= TODO =======================================
Completed:
- tutorials/getting-started
- tutorials/command-line
- tutorials/using-ant
- tutorials/using-maven
- tutorials/using-gradle
- tutorials/using-griffon
- docs/functions
- docs/annotations
- docs/exceptions
- docs/java-interop
- docs/packages
- docs/properties
- docs/object-declarations
- docs/nested-classes
- docs/coding-conventions
- docs/operator-overloading
- docs/basic-syntax
- docs/extension-functions
- docs/lambdas
- docs/pattern-matching
- docs/typecasts
- docs/enum-classes
- docs/classes
- docs/traits
- docs/control-flow
- docs/null-safety
- docs/returns
- docs/basic-ops
- docs/ranges
- docs/idioms
- Pending to complete
- add property delegation to delegation
- related of all sections
- best practices of all sections