From 5aac21288446a61a6df77d73ff8c40d174c31dbb Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 7 Oct 2019 22:19:04 +0200 Subject: [PATCH] Kotlin vs Java --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f05bda1..6b6b7e2 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Be the first to support me : [![Say Thanks!][img-saythanks]][saythanks] [![Buy m * [Java](#java) * [Java EE](#java-ee) * [JavaScript](#javascript) + * [Kotlin](#kotlin) * [Lisp](#lisp) * [Machine learning](#machine-learning) * [Mobile development :iphone:](#mobile-development-iphone) @@ -5041,6 +5042,7 @@ Raw * [Dustin Barnes](https://dev9.com/blog-posts/2014/9/java-release-process-with-continuous-delivery) - (2014) Java Release Process with Continuous Delivery | maven-release-plugin sucks * [Nicolai Parlog](https://slides.codefx.org/java-x/#/) - [Slides] (2019) Java 9 To 13 * [dekorateio/dekorate](https://github.com/dekorateio/dekorate) - Java annotation processors for Kubernetes +* [Kotlin Docs](https://kotlinlang.org/docs/reference/comparison-to-java.html) - Comparison to Java Programming Language ### Java EE ### * [Arjan Tijms](http://arjan-tijms.omnifaces.org/2016/12/the-state-of-portable-authentication-in.html) - (2016) The state of portable authentication in Java EE, end 2016 update @@ -5091,6 +5093,10 @@ Raw * [Viral Shah](https://blog.usejournal.com/little-known-features-of-javascript-901665291387) - (2018) Little known features of JavaScript | Void operator, With statement, and other things. * [Dwitter.net](https://www.dwitter.net/) - is a challenge to see what awesomeness you can create when limited to only 140 characters of javascript and a canvas. +## Kotlin +* [Kotlin Docs](https://kotlinlang.org/docs/reference/comparison-to-java.html) - Comparison to Java Programming Language +* [Simon Wirtz](https://kotlinexpertise.com/kotlin-productivity/) - (2019) How Kotlin makes me a more productive software developer + ## Lisp * [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way * [Alex Ott](http://alexott.net/en/fp/books/#sec12) - books review on Lisp