▲ 1190 ▼ Relatable (lemmy.ml) submitted 1 year ago by cm0002@lemmy.world to c/programmer_humor@programming.dev 70 comments fedilink hide all child comments
[–] Custodian6718@programming.dev 2 points 9 months ago (1 child) Whats the issue with Stack based? permalink fedilink source parent hideshow 2 child comments replies: [–] GreyCat@lemmy.world 1 point 9 months 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. permalink fedilink source parent
[–] GreyCat@lemmy.world 1 point 9 months 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. permalink fedilink source parent