day 10 ivy tweak

main
magical 2022-12-10 11:52:08 -08:00
parent 43118ba386
commit 28f7fcb605
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
op run ins =
((1 + ins != 0), 0) sel +\ 1, ins
op signal xs =
n = rho xs
i = (20 == (iota n) mod 40) sel iota n
op signal xs =
cycle = iota rho xs
i = (20 == cycle mod 40) sel cycle
+/ xs[i] * i
op render xs =