Skip to content

Implementing FFI for external packages #21

@mikesol

Description

@mikesol

Hi,

Thanks so much for making this! It's a great idea and I'm looking forward to following the evolution of the project.

I was wondering how one could implement a python FFI for dependency packages. For example, if I want to use https://github.com/purescript/purescript-quickcheck, that package has a file Gen.purs that makes use of Gen.js via the FFI. If I wanted to use this package on the python side, would there be a way to do a polyfill of Gen.js (ir a Gen.py) without forking the repo? The same goes for all the dependencies of that project (there are many) that would also need FFI polyfills in python.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions