Skip to content

single Jl type for Julia values #404

Closed
@cjdoris

Description

@cjdoris

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)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions