Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cython language support #89

Open
vonhraban opened this issue Feb 27, 2020 · 1 comment
Open

Add cython language support #89

vonhraban opened this issue Feb 27, 2020 · 1 comment

Comments

@vonhraban
Copy link
Contributor

Cython is a programming language that aims to be a superset of the Python programming language, designed to give C-like performance with code that is written mostly in Python with optional additional C-inspired syntax. Cython is a compiled language that is typically used to generate CPython extension modules.Wikipedia

*.pix file extension seems to be used for Cython source files

@peti2001
Copy link
Collaborator

According to the documentation it uses pyx extension. https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html
Can you show me a few example files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants