Skip to content

harmoniqs/jl2py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jl2py Design-of-Record Specs

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.

About

Julia<->Python interop via a hybrid C core + Python API (ctypes). Loads package-image bundles source-free; complex-array support.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors