this post was submitted on 03 Jan 2026
14 points (100.0% liked)
Rust Programming
9091 readers
9 users here now
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Vm is like a program that accepts instructions and returns result. In my case this program manages everything task related based on instructions. So you can combine instructions to program behaviour you need. Why ? Alternative is todo apps with hardcoded features. With task vm you can have 4 crud primitives, while each task can have own behaviour
ELI4?