Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,14 @@ AffineScript is one setting of a more general machine.
the thing this design is built to avoid.)
* *Faces to core.* Many surfaces, one core AST, one proof.

// TODO: link the SystemET / Anytype design notes once they have stable locations.
The design notes now have stable homes:
link:https://github.com/hyperpolymath/systemet[systemet] (the theory: layer
meanings, gates, proof obligations) and
link:https://github.com/hyperpolymath/anytype[anytype] (the kernel: a
parameterised graded checker). AffineScript's `{0,1,ω}` quantity semiring
(`lib/quantity.ml`) is one instantiation of anytype's L2 grade-algebra
interface — the same checking rules under a different algebra give a
different discipline.

== Where this fits

Expand Down
Loading