Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 812 Bytes

cadCAD Reference Implementation - WiP

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.

Installation

SOON

Use the package manager pip to install cadCAD.

pip install cadcad-ri

Usage

import cadcad

foo

Python Version

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!

Contributing

To know how you can contribute to this package, see the CONTRIBUTING file.