Post #3126368
2026-06-05 17:20 UTC
Current status: I have written a forth stack-operation superoptimiser to let me focus on what the stack needs to look like, not how to get there.
Replies (1)
-
@lofty@fieldprogrammable.gay 2026-06-05 17:31
For example: : 5reverse ( x1 x2 x3 x4 x5 -- x5 x4 x3 x2 x1 ) 2swap >r 2swap r> 2swap ;