 
      
    | You are here | ntietz.com | ||
| | | | | adventures.michaelfbryan.com | |
| | | | | In a project Ive been playing around with recently, weve encountered the dilemma where you want to make it easy for users to write their own application logic using the system but at the same time want to keep that logic decoupled from the implementation details of whatever platform the application is running on. If youve been programming for any amount of time your immediate reaction is probably why bother mentioning this, doesnt it just fall out of good library design? | |
| | | | | 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! | |
| | | | | iter.ca | |
| | | | | Let's write some Rust to parse and evaluate Boolean expressions. | |
| | | | | reorchestrate.com | |
| | | |||