|
You are here |
notes.eatonphil.com | ||
| | | | |
www.diegofreijo.com
|
|
| | | | | I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book. | |
| | | | |
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? | |
| | | | |
www.rodrigoaraujo.me
|
|
| | | | | Virtual Machines (VMs) are a magical thing: a computer being emulated inside a physical computer. Since this emulated computer isn't physical, we call it "virtual". Such a simple description for something so powerful. From a practical perspective, VMs allow users to safely run programs in an isolated environment: the emulated machine. Why build a Virtual Machine from scratch So, why build one when there are already so many great VMs out there? | |
| | | | |
thume.ca
|
|
| | | |||