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. That is to say, pyxy is 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'll work around that using something like pyximport.

Checklist

Overview

Clone this wiki locally