Explore >> Select a destination


You are here

blog.eitchnet.ch
| | qnoid.com
9.9 parsecs away

Travel
| | This is a personal website, at the outskirts of the web, away from social media and publishing platforms.
| | ryanharter.com
12.2 parsecs away

Travel
| | Value types in Java are hard. Well, not hard, but tedious. Google's AutoValue library makes them much easier and has just received the long awaited update that adds the flexibility of extensions. Value Types in Java Before we can talk about how great AutoValue is, let's look at the problem it solves: value types. A value type is simply an immutable objects whose equality is based on property values, as opposed to identity.
| | www.artima.com
15.1 parsecs away

Travel
| |
| | tenthousandmeters.com
93.6 parsecs away

Travel
| In the first post of the series we've looked at the CPython VM. We've learned that it works by executing a series of instructions called bytecode....