/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

ryanharter.com
| | msfjarvis.dev
2.9 parsecs away

Travel
| | Dagger is universally intimidating to beginners and I want to change it.
| | dagger.dev
3.4 parsecs away

Travel
| | Dagger is a fully static, compile-time dependency injection framework for both Java and Android.
| | scastiel.dev
6.3 parsecs away

Travel
| | The more I play with Kotlin, the more convinced I am that a combo of two of its features is vastly underrated: first, the ability to create domain-specific languages (DSL), thanks to some syntactic sugar; then, the ability to write scripts and create interpreters for them.
| | andreabergia.com
24.2 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format ?thispost A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective In this post, I will discuss the .