(Taken from cinder/python-build-env.)
[!NOTE] You must have already installed and set up Docker on your machine.
cinder
respotory.
git clone https://github.com/facebookincubator/cinder.git
docker run -v "$PWD/cinder:/vol" -w /vol -it --rm ghcr.io/facebookincubator/cinder/python-build-env:latest bash
/vol/python -m cinderx.compiler --static module.py
(old command used -m compiler
)
Static Python: https://users.cs.utah.edu/~blg/publications/publications.html#lgmvpk-pj-2023
Reticulated Python (Retic): https://dl.acm.org/doi/10.1145/3093333.3009849
Retic Performance: https://users.cs.utah.edu/~blg/publications/publications.html#gm-pepm-2018
More Retic Performance: https://dl.acm.org/doi/10.1145/3359619.3359742
Grift, sampling performance: https://akuhlens.github.io/paper/pldi19.pdf
Blog post, mypy frustrations: https://www.uninformativ.de/blog/postings/2022-04-21/0/POSTING-en.html