Canonical reference specifications for the Python ↔ Julia bridge. These are the
design-of-record documents that the package at the repository root (src/,
csrc/) tracks against. (For the phased research corpus see
archive/research/part1/..part5/; for status/test snapshots see
archive/session-notes/.)
| Document | Scope |
|---|---|
jlpy-type-model.md |
Type model: subtyping, parameterization, and protocol adherence across the bridge. |
jlpy-data-model.md |
Data model: primitives, lifetimes, and memory representation across the boundary. |
jl2py-prd.md |
Product requirements for the bridge. |
jl2py-toolchain-plan.md |
Build/toolchain and packaging plan. |
implementation-status.md |
Current implementation status snapshot. |