We propose a new abstraction mechanism for a synchronous reactive programming language: Organisms reconcile objects and threads into a single concept.
We enforce lexical scope for dynamic instances and also restrict the use of explicit references to organisms.
This way, we can eliminate typical issues in dynamic allocation, such as memory leaks, danging pointers, and garbage collection.