R
Razanir
Guest
- Step back and calm down. This is starting to sound Gnostic. The material world is NOT evil, I repeat, NOT evil.
- I’m going to explain advanced technology via computer programming. I know computers are advanced themselves, but bear with me. (I’m learning the hardware side of things this school year)
*Well first, we need to sort one number. Okay, the first number is the list is sorted by default, because you cannot have an unsorted list of size 1
*Now we have another number. Let’s sort it into place into out list at the beginning. Two items sorted.
*Sort another number into place. 3 sorted.
*And so on, and so on.
How can we implement this? Well for each number beyond the first, swap it backwards through the list until the next number is smaller than it.
Similarly, advanced technology can be seen as breaking things into smaller steps and building upon what’s already been created. (That latter part would be like Java being coded in C being coded in Assembly being coded in machine code)