this post was submitted on 05 May 2025
71 points (93.8% liked)

Programmer Humor

23142 readers
1162 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/29156476

Aborted VM rule

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 5 days ago

Ah, VMs, compilers and language development my loves..

I remember trying to write a Lua BC VM in rust. That went as well as you can imagine lol. Turns out, the documentation was very scarce and i had to use some PDF that was pretty much the best possible documentation you can get. Fun times.