Complex Adaptive Dynamics Computer Aided Design (cadCAD) is a language for encoding Generalized Dynamical Systems (GDS) as computer programs. This repository contains the reference implementation of the software, based on the formal specification. Python was chosen for the reference implementation for clarity and ease of use.
Use the package manager pip to install cadCAD.
pip install cadcad-ri
import cadcad
foo
We are assuming the minimal Python version to be 3.8, but if you tested on a lower version and cadCAD worked, let us know!
To know how you can contribute to this package, see the CONTRIBUTING file.