Skip to main content

Timeline for Replace twos with threes

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Mar 23, 2018 at 11:37 history edited Manfred Radlwimmer CC BY-SA 3.0
added 397 characters in body
Mar 23, 2018 at 11:35 comment added Manfred Radlwimmer @MartinEnder Uhhhm probably. I'm still getting around the "Agony" part of the language so for now I'll probably stick to making the grid smaller without touching the logic ^^
Mar 23, 2018 at 11:20 comment added Martin Ender Thanks for using it! :) Can't you simplify the memory layout (and thereby the amount of movement you need to do) if you compute %2 and :2 both into the "modulo" edge? (So you can just get rid of the top two edges.) And then, could you attach the "multiplier" branch onto the "modulo" edge instead of the "divisor" edge so you need less movement after each branch? (You could possibly even rotate that section, so that "result" or "temp 2" touches "modulo" which would mean you only need to copy the final result once before being able to compute the product.)
Mar 23, 2018 at 11:13 comment added Manfred Radlwimmer @MartinEnder Thanks, awesome language btw. :)
Mar 23, 2018 at 11:12 comment added Martin Ender Welcome to PPCG! :)
Mar 23, 2018 at 10:58 review First posts
Mar 23, 2018 at 11:12
Mar 23, 2018 at 10:57 history answered Manfred Radlwimmer CC BY-SA 3.0