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

Programmer Humor

23145 readers
1150 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] 5 points 5 days ago

In the middle of developing my own high-level binding for wasmtime in D, I had the thought of repurposing all that XML lexer thing into JIT compiling Lua (which was my first candidate for a scripting engine, until it became apparent how much the community views integers as a "red haired stepchild"), but instead I wrote yet another SDLang implementation, this time with a simple but proper DOM (not as overcomplicated as the standard XML DOM, but supports comments).