Conversation

help i just wrote something really elegant purely on accident

2
0
2
@coolbean you gotta accidentally write more things!
0
0
1

like my mishap of processing things in reverse order just fixes itself when i use -rot to get the first result out of the way

2
0
1

get ratio’d dumbass (egcd is the improved gcd function i wrote yesterday when i found out that this ancient greek guy called euler came up with a better gcd algorithm than me)

0
0
0

anyway what i have learned is, if i have 2 results to return, processing them in reverse order is more efficient since i can just use -rot to get the first result to the back of the stack, fixing the order

0
0
0