Passing an Algorithm
Now for MutantOS
How do I express an algorithm like A* for searching in Digital Life?
Create a language for expressing Digital Life.
Teach a whole new paradigm? No, to expensive in time. No need to re-invent the wheel.
A whole programming interface above the Digital Life that translates a Turing Complete program into Digital Life.
The Software Layers look like this: +---------------------------------------------------------------------+ Algorithm Layer [Code Interface for non-digital life programming] +---------------------------------------------------------------------+ Digital Life (DI) Layer [Where software lives] +---------------------------------------------------------------------+ Object Layer [OO Classes to support the DI layer.] This must be an extensive library similar in breath and depth to Java. +---------------------------------------------------------------------+ Primative Layer [Base data types and operators, int, float, + etc.] +---------------------------------------------------------------------+ Hardware Layer [Metal] +---------------------------------------------------------------------+
Internal Links
Parent Article: Mutant OS