initial commit

This commit is contained in:
Bastian Ike
2021-01-08 14:04:14 +01:00
commit dc7f0a1c8c
215 changed files with 13680 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
title: "Kotlin"
ring: adopt
quadrant: languages-and-frameworks
---
Kotlin is used successfully in production by multiple teams.
Kotlin is 100% interoperable with Java. It means the code can live side-by-side in one code base and interact.
From the beginning it was designed with practical thought in mind. So the IDE Support in IntelliJ is really great.
The Spring Framework Developer put a lot of effort that Springs play well together with Kotlin.
With it's concise syntax, null safety,
Due to its explicit type system, this language is also great replacement for Groovy usage with Gradle.