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

[WIP] Add Cython support #3238

Closed
wants to merge 12 commits into from
Closed

[WIP] Add Cython support #3238

wants to merge 12 commits into from

Conversation

dbrattli
Copy link
Collaborator

@dbrattli dbrattli commented Oct 19, 2022

Experimental support for Cython. Discussion at #3236

  • Language scaffolding
  • Make separate fable-library-pyx
    • Proof of concept using .pyx/pxd files for a single module
  • Generate cdefs for variables
  • Generate cdefs for functions
  • Generate cdefs for classes (i.e extension types)
  • Generate cython type annotations
    • For numeric types
    • For extensions types
  • Unit-test scaffolding

DO NOT MERGE!

@dbrattli
Copy link
Collaborator Author

I'm stopping this effort and will instead investigate using Rust or Go to generate Python extensions for Fable

@dbrattli dbrattli closed this Jan 22, 2023
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

Successfully merging this pull request may close these issues.

1 participant