Explore >> Select a destination


You are here

initialcommit.com
| | www.lambdalatitudinarians.org
3.1 parsecs away

Travel
| | Lately I've been doing a lot of work in a relatively new programming language: Kotlin. From my experience, I've concluded that Kotlin is pretty rad. If you've considered learning Kotlin, or just using it in a personal project, this post might help you with your decision. Below, I hope I'll (attempt) to tell you a little bit about my experience with Kotlin, and describe what I liked about Kotlin and what I didn't like.
| | www.jrebel.com
2.5 parsecs away

Travel
| | The JEP 359: Records preview language feature proposes an easier, clearer way to write data aggregate classes in Java. See more.
| | piotrminkowski.com
3.3 parsecs away

Travel
| | This article shows the most significant new developer-friendly features after Java 8. It includes new switch expression, records or sealed.
| | stuartsierra.com
12.7 parsecs away

Travel
| [AI summary] The author benchmarks various ways to run Clojure in 2019, comparing traditional JVM launchers like Leiningen with faster alternatives such as Babashka, Joker, and GraalVM-compiled native binaries against a basic C program.