Skip to content
treykeown edited this page Jul 2, 2024 · 7 revisions

pyxy

Raw Markup

The current plan is to give pyxy code the same treatment as Cython - it's a superset of Python, but it's treated as a different language. All files that should be transformed (as is done with # coding: pyxy) should end in .pyxy. This would cause problems for importing files normally, so we work around that using something like pyximport.

Raw Markup implementation checklist

Clone this wiki locally