Tomaz Zlender
11/09/2023, 9:25 AMMike Austin
11/09/2023, 9:31 PMBrian Hempel
11/10/2023, 12:17 AMTomaz Zlender
11/10/2023, 7:03 PMMike Austin
11/10/2023, 7:29 PM(x => x + 1)(5)
. It is a function, but has no space/portal equivalent if I understand.Tomaz Zlender
11/10/2023, 7:35 PM(x => x + 1)(5)
. It is a function, but has no space/portal equivalent if I understand. (edited)
Good question, the future examples will make that more clear. The anonymous function has a definition, which maps to a space, and even though it is "anonymous" it is still possible to point to it one way or another. I think the "portal -> function name" is confusing, I need to change it to "portal -> pointer to a function". Does that make it more clear?what about the math and logic?I don't have a good answer to this one, I'll have to think about it
Brian Hempel
11/10/2023, 9:48 PMthe Program CounterI watched the vid and only skimmed the writeup. The Being is doing the current step of execution. That’s what the Program Counter Register is in hardware: the current step of execution.