Monday, July 05, 2010
Process programming for evolving state
What if you could backtrack (prolog) through a collection of processes (workflow) to evolve the state of a system (ets) where truth was replaced by satisfying the process contract pre-conditions and post-conditions (code contracts). A process is a function that transforms state from time t to t+1.
Topics: evolutionary | programing | workflow
Comments:
Post a Comment