I’ve been working on something we call the Functional Universe (FU), a modeling framework and experimental codebase that treats systems as sequences of irreversible functional transitions, rather than objects evolving against a global clock.

It started as a computational experiment, but it’s been interesting how naturally it lines up with ideas from QM (aggregation vs collapse), relativity (proper time), and distributed systems (event-driven causality). Still very much a work in progress, but already useful as a way to think clearly about time, causality, and scheduling in real systems.

- Concept>> https://github.com/VoxleOne/FunctionalUniverse/blob/main/doc...

- Code >> https://github.com/VoxleOne/FunctionalUniverse/tree/dev