Jonathan Carroll on Nostr: https://jcarroll.com.au/2024/09/25/in-place-modifications/ In which I got ...
https://jcarroll.com.au/2024/09/25/in-place-modifications/
In which I got unreasonably upset that in #rstats I can update the values of x where f(x) is TRUE with
x[f(x)] <- y
but it requires typing out "x" twice, so I pined for something like
x[f] <- y
detouring through #python #julialang and #dyalog #APL 🍏
In which I got unreasonably upset that in #rstats I can update the values of x where f(x) is TRUE with
x[f(x)] <- y
but it requires typing out "x" twice, so I pined for something like
x[f] <- y
detouring through #python #julialang and #dyalog #APL 🍏