|
You are here |
andreabergia.com | ||
| | | | |
zserge.com
|
|
| | | | | Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works. In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further. | |
| | | | |
iter.ca
|
|
| | | | | Let's write some Rust to parse and evaluate Boolean expressions. | |
| | | | |
purplesyringa.moe
|
|
| | | | | A few days ago, I stumbled upon a Hacker News discussion about the expression problem - a conundrum that occasionally arises in software design. Some of the commenters noted that Rust completely avoids this problem thanks to trait objects, and initially I agreed with them, but I'm now realizing it's not at all as straightforward as it looks. The goal of this post is to explain what the expression problem is, how Rust seemingly avoids it, why this solution doesn't actually work, and what a Rusty solution might look like. | |
| | | | |
www.craftinginterpreters.com
|
|
| | | |||