Skip to content

Develop a dynamic ops gateway in Python #113

@ctrueden

Description

@ctrueden

Because Python is a dynamic language, we can build a dynamic accessor object that is better than any ops.run can be in Java, delivering a fully environment-aware autocomplete in the REPL.

We could easily make possible for example:

result = ops.math.add(a, b) # function
ops.math.add_into(a, b, result) # computer

Need to prototype the idea in general, then experiment with different naming and patterns to find what works best.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions