|
You are here |
adambennett.dev | ||
| | | | |
www.lambdalatitudinarians.org
|
|
| | | | | 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. | |
| | | | |
blog.deesee.xyz
|
|
| | | | | When reverse engineering an application that is shipped as compiled bytecode (jar file, war file, class files, etc.), we normally use a decompiler and then audit the resulting Java code. The catch is that the language the application was written in might not have been Java! Indeed, there are multiple languages that target the Java Virtual Machine (JVM) and produce bytecode just like Java does. On top of generating generally strange decompiled code, this has for effect that the common potentially dangerou... | |
| | | | |
shpota.com
|
|
| | | | | I like Kotlin for its expressiveness. Its interoperability with Java allows the developer to easily use the existing Java ecosystem while enjoying a modern l... | |
| | | | |
21-lessons.com
|
|
| | | Learn how you can embed WebAssembly in your Rust program with wasmtime | ||