Post B5UPfMn3VHzTYa0CP2 by andnull@social.nouveau.community
 (DIR) More posts by andnull@social.nouveau.community
 (DIR) Post #B5ULWWDKhHeaMSoouu by neauoire@merveilles.town
       0 likes, 0 repeats
       
       Stack operator scribbles, trying to tame the chaos of multisets. Each stack machine primitive is the application of a single fraction.( dup ) [a^a b^a c^b]/[a^a b^b c^c]https://wiki.xxiivv.com/etc/rejoicerepl/#stack_machine
       
 (DIR) Post #B5UMJ8niXFcjw71R4q by wim_v12e@merveilles.town
       0 likes, 0 repeats
       
       @neauoire You need an "r" in there somewhere 😄
       
 (DIR) Post #B5UNltYiNq5X14HPPs by wim_v12e@merveilles.town
       0 likes, 0 repeats
       
       @neauoire and a "d"
       
 (DIR) Post #B5UNltidmw1nVqvKt6 by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @wim_v12e are you trying to make it spell rad?
       
 (DIR) Post #B5UOGYMjEJ2cGOIB9s by wim_v12e@merveilles.town
       0 likes, 0 repeats
       
       @neauoire abracadabr ^_^
       
 (DIR) Post #B5UOOgurK5oJ6C8YKW by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @wim_v12e oh X)
       
 (DIR) Post #B5UP4FVnbLyOGjEQXw by wim_v12e@merveilles.town
       0 likes, 0 repeats
       
       @neauoire where did abba go?
       
 (DIR) Post #B5UPA9tBQ69IZEzGoC by andnull@social.nouveau.community
       0 likes, 0 repeats
       
       @neauoire I should rewrite my little stack api with all the new features. I think half the code was just draining tokens.
       
 (DIR) Post #B5UPBvxw9pJNxq3cUS by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @wim_v12e I was going to point out that swap was also known as the abba operator, but I figured that might be hard to communicate clearly, and I forgot to remove the picture X)
       
 (DIR) Post #B5UPfMn3VHzTYa0CP2 by andnull@social.nouveau.community
       0 likes, 0 repeats
       
       @neauoire Also, question, do jump labels map to a prime? If so there is interesting room from something like derefing a symbols count into the bag. Something like x^25 x^27 &x producing [3^2 5^3]. If 3 is associated with an address you suddenly have an indirect jump.
       
 (DIR) Post #B5UPfN1wbvtsIky5bs by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @andnull they are, but this gets unruly fast X)
       
 (DIR) Post #B5UPfOPNUIEsZiwJm4 by andnull@social.nouveau.community
       0 likes, 0 repeats
       
       @neauoire Well, more a fun idea extension given how slow exploding a number would be. Combining numbers is destory information is very cheep, but undoing that is very expesnive. hm, this kinda gets into nested bags tho...
       
 (DIR) Post #B5UQEhBve198xuTzDk by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @andnull if rejoice had macros:%push [ b^a a^n c^b]/[a^a b^b c^c n^n]%swap [a^b b^a]/[a^a b^b]%rot [a^c b^a c^b]/[a^a b^b c^c]%pop [a^b b^c]/[a^a b^b c^c]%dup [a^a b^a c^b]/[a^a b^b c^c]n^56 push n^34 push n^12 push swap rot pop dup
       
 (DIR) Post #B5UQKltt37inJ7wOwK by andnull@social.nouveau.community
       0 likes, 0 repeats
       
       @neauoire brb, writing some CModal to generate Rejoice