/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

adambennett.dev
| | scalatutorials.com
5.0 parsecs away

Travel
| | [AI summary] The post demonstrates how Scala simplifies coding with automatic getters/setters and dynamic methods, comparing its features to Ruby.
| | blog.deesee.xyz
2.8 parsecs away

Travel
| | 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...
| | ncorti.com
2.4 parsecs away

Travel
| | Let's discover two scenarios where name mangling is used in the Kotlin Compiler: inline classes and the internal modifier
| | viralinstruction.com
23.7 parsecs away

Travel
| [AI summary] The author argues that Rust's borrowchecker causes serious ergonomic problems and overstates its role in memory safety, suggesting that the effort required to satisfy it often outweighs the benefits compared to garbage-collected languages.