this post was submitted on 26 Nov 2025
500 points (99.4% liked)

Programmer Humor

27512 readers
1001 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
you are viewing a single comment's thread
view the rest of the comments
[–] melvisntnormal@feddit.uk 6 points 16 hours ago (1 children)

You writing an interpreter/VM? For what language?

[–] Lightfire228@pawb.social 3 points 8 hours ago (1 children)

Lox

Once i have a solid implementation, I wanna morph it into a custom scripting language for generating diagrams (a la graphviz or mermaid js)

https://github.com/Lightfire228/lightweaver

[–] melvisntnormal@feddit.uk 2 points 8 hours ago

I thought as much! Didn't want to assume though just in case. I've gone through that book twice and I want to look at adding types to my implementation. Good luck!