|
|
|
|
|
by kamaal
116 days ago
|
|
You are just validating the point that code is spec. For your proposed system to work one must have a deterministic way of sending said spec to a system(Compiler?) and getting the same output everytime. Input/Output is just one thing, software does a lot of 'side effect' kind of work, and has security implications. You don't leave such things to luck. Things either work or don't. |
|