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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
Whats the issue with Stack based?
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.