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

single Jl type for Julia values #404

Closed
cjdoris opened this issue Nov 4, 2023 · 0 comments
Closed

single Jl type for Julia values #404

cjdoris opened this issue Nov 4, 2023 · 0 comments
Milestone

Comments

@cjdoris
Copy link
Collaborator

cjdoris commented Nov 4, 2023

Make symmetric with Py:

  • Operations with Jl all return Jl.
  • Arguments to methods of Jl convert args using pyconvert(Any, x).
  • Jl(x) to convert Python x to Julia object.
  • Wrapper types JlArray, JlDict, JlIO etc.
  • __julia_value__() method signifies wrapper types (similar to ispy(x) and Py(x) for Python wrapper types)?
@cjdoris cjdoris added this to the v1 milestone Nov 4, 2023
@cjdoris cjdoris mentioned this issue Jun 20, 2024
@cjdoris cjdoris closed this as completed Jun 21, 2024
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

1 participant