Explore >> Select a destination


You are here

gavinhoward.com
| | andreabergia.com
58.8 parsecs away

Travel
| | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how the JVM bytecode works. In the next part, I will go over the RJVM code that executes it.
| | github.com
71.4 parsecs away

Travel
| | The Roman II Programming Language. Contribute to glouw/rr development by creating an account on GitHub.
| | www.foonathan.net
76.9 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | softwarelifecycle.wordpress.com
86.2 parsecs away

Travel
| The other day I was at the local PyData meetup and met a young man who had just started his job as a software developer. He was immensely excited and felt like he was really learning from those around him. As someone who has been in this rodeo for a little while now, I took...