|
You are here |
blog.sylver.dev | ||
| | | | |
ntietz.com
|
|
| | | | | ||
| | | | |
blog.m-ou.se
|
|
| | | | | In this final part of the series, we'll explore a trick to make the behaviour of a macro depend on whether it's used as a statement or as part of an expression. Using that, we'll make the python!{} macro more flexible to allow saving, reusing, and inspecting Python variables. | |
| | | | |
andreabergia.com
|
|
| | | | | This post is part of the Writing a JVM in Rust series. In this post, I will discuss how rjvm parses .class files. The code I will discuss today is contained in the reader crate. A warning before you read: this is the earliest part of the project and, since I have written this project to learn Rust, it is also the one that contains the least idiomatic code. Don't take this as an example of the best Rust ever written! | |
| | | | |
thecodebarbarian.com
|
|
| | | [AI summary] The article explains how to use WebAssembly in Node.js for optimizing arithmetic operations and benchmarks its performance against JavaScript. | ||