-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Kinematic, dynamic data-structure carry semantics which we can use for reasoning/configuring and checking. In C++ I always had to create a new data-structure for a numeric representation with semantics.
In Clojure, data can carry meta-data annotations. Would this be accessible to programs at runtime? Can we store the intended semantics in the meta-data of matrices/vectors to avoid creating new data-structures or bloating set/maps?