this post was submitted on 11 Apr 2025
1181 points (99.4% liked)

Programmer Humor

27945 readers
223 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
[–] GreyCat@lemmy.world 3 points 8 months ago (1 children)

Yeah that mod is really cool. The magic writing system is fucking awesome.

Even cooler than Hex Casting in my opinion (which is already super cool).

And It's quite a bit easier to work with since it's not stack-based and that you can edit different parts of you spell/program at any point.

[–] Custodian6718@programming.dev 2 points 2 weeks ago (1 children)

Whats the issue with Stack based?

[–] GreyCat@lemmy.world 1 points 2 weeks ago

When I worked with a stack Hex Casting's stacks, it was hard to go back and edit previous parts of the program that are stored deeper in the stack. A lot of it has also to do with Hex Casting's writing design maybe, everything is evaluated more immediately from what I remember.

The other thing is that Trickster's programs are tree/graph based, which makes the layout of the programs a lot easier to understand logically.