From 411650d5a74e59534a4796e8dcd750394b5e8041 Mon Sep 17 00:00:00 2001 From: notes Date: Wed, 27 Mar 2024 14:25:00 +0000 Subject: [PATCH] Snapshot --- Projects/bachelor/Literature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/bachelor/Literature.md b/Projects/bachelor/Literature.md index ad27801..e138e8a 100644 --- a/Projects/bachelor/Literature.md +++ b/Projects/bachelor/Literature.md @@ -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? -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.