@chigo non-destructive operations are linear in a way that allows you to jump at any point and reduce it.
https://plover.com/~mjd/misc/hbaker-archive/ReverseGC.html
Top-level
@chigo non-destructive operations are linear in a way that allows you to jump at any point and reduce it. 2 comments
@chigo A different way to looking at this is "graph reduction", but most of uxn's opcode fail at this, but still an interesting idea if you're interested in parallel computing, is to have a stack of interaction between nodes(operations between registers?), and reduce for as long there are reduceable items on the stack. If your entire system is based on the IN six reduction rules, you have something like linear combinators. |
@neauoire oooh