This commit is contained in:
notes 2024-03-27 14:25:00 +00:00
parent c38b49b5f5
commit 411650d5a7

View File

@ -18,5 +18,5 @@ Humans are really fast at processing visual information, so when we display part
Cube is a higher order programming language, meaning that you can pass functions and other higher order things to other functions. Seems nice? Cube is a higher order programming language, meaning that you can pass functions and other higher order things to other functions. Seems nice?
Interestingly enough the “pipes” in cube do not seem to have a directionality, instead the “unify” both cubes connected to it. Interestingly enough the “pipes” in cube do not seem to have a directionality, instead the “unify” both cubes connected to it. Okay, it seems like the cubes have some directionality, so if i input a value to the left side of a “multiply” cube it gets multiplied and on the right side it gets divided.