https://github.com/papicella/PivotalSpringBootJPA
The Kotlin version of the same application is here.
https://github.com/papicella/Kotlin-PivotalSpringBootJPA
Kotlin is a functional language developed by the JetBrains guys. Its main benefits are:
- Conciseness of code
- Code safety - Null safety by not allowing nulls values unless one specifies variables to be null.
- Interoptability - 100% Java interop.
- Ease of use and reduced learning curve
- Great tooling - As support in Intellij Idea is brilliant
No comments:
Post a Comment