You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,9 @@ Visual Studio has good support, I assume it wraps around the CLI stuff.
50
50
gherkin (cucumber) [data driven test](https://github.com/spekframework/spek/issues/521). [Baeldog article on spek](https://www.baeldung.com/kotlin-spek)
51
51
*[KotlinLang list of some popular frameworks and libs](https://kotlinlang.org/docs/resources.html)
52
52
53
+
## Functional patterns and such
54
+
*[Arrow functional companion to the kotlin stardard lib](https://arrow-kt.io/) has several topics including patterns, typeclasses, etc
55
+
53
56
##Some usage stats
54
57
*[Jetbrains tracking usages](https://www.jetbrains.com/lp/devecosystem-2019/kotlin/). Note non-android dev is quite high.
55
58
Breakdown on popular tools, and frameworks for kotlin. Includes a chart showing a breakdown of what platform kotlin is used to develop software for. I took
0 commit comments