Skip to content

Commit 1a85e78

Browse files
committed
added link to collection sequences vs streams
1 parent 45f864a commit 1a85e78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,14 @@ This was a design goal from the start. This makes it very easy to start mixing
1919
gradle/maven. A very common starting point for adding Kotlin to a project is replacing DTOs and Pojos, making them actually
2020
readable (getter/setter/toString/equals/hashcode/copy are autogenerated, I will show this in a bit)
2121

22-
###
23-
2422
#Sources and various links
2523
Some places I got ideas of things to talk about
2624
##Learning stuff
2725
* [Main kotlin site](https://kotlinlang.org/)
2826
* [Kotlin doc home, with very good guides](https://kotlinlang.org/docs)
2927
* [Play with Kotlin online without installing the dev enviornment](https://play.kotlinlang.org)
3028
* [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/)
3230
## Tutorials
3331
* [Kotlin Tutorials](https://kotlinlang.org/docs/tutorials/) Check out the getting started. It will help you configure your environment
3432
* [Kotlin Koans](https://www.jetbrains.com/help/education/learner-start-guide.html?section=Kotlin%20Koans)

0 commit comments

Comments
 (0)