File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,14 @@ This was a design goal from the start. This makes it very easy to start mixing
19
19
gradle/maven. A very common starting point for adding Kotlin to a project is replacing DTOs and Pojos, making them actually
20
20
readable (getter/setter/toString/equals/hashcode/copy are autogenerated, I will show this in a bit)
21
21
22
- ###
23
-
24
22
#Sources and various links
25
23
Some places I got ideas of things to talk about
26
24
##Learning stuff
27
25
* [ Main kotlin site] ( https://kotlinlang.org/ )
28
26
* [ Kotlin doc home, with very good guides] ( https://kotlinlang.org/docs )
29
27
* [ Play with Kotlin online without installing the dev enviornment] ( https://play.kotlinlang.org )
30
28
* [ Reference Docs] ( https://kotlinlang.org/docs/reference/ )
31
-
29
+ * [ Good overview on difference between collection stream and sequence ] ( https://typealias.com/guides/kotlin-sequences-illustrated-guide/ )
32
30
## Tutorials
33
31
* [ Kotlin Tutorials] ( https://kotlinlang.org/docs/tutorials/ ) Check out the getting started. It will help you configure your environment
34
32
* [ Kotlin Koans] ( https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans )
You can’t perform that action at this time.
0 commit comments