by vnglst on 4/11/24, 7:59 PM with 1 comments
The organisms "live" in the memory and continuously copy themselves to a free piece of memory. The programming language consists of only 5 instructions to keep it simple:
S - Program start E - Program end F - Find location to copy to C - Copy to location J - Jump to start of program
Every time a code is copied, a mutation can occur. We start with the following simple life form:
SFCJE
The rest is evolution.
by _akhe on 4/11/24, 8:02 PM