Skip to content

Port a Python example to TypeScript #7

@rajkumar42

Description

@rajkumar42

Summary

Pick any existing Python example and port it to TypeScript in the examples-ts repo. This helps grow the TypeScript ecosystem and serves as a cross-language reference.

What needs to happen

  • Choose a Python example from this repo (suggest starting with a simpler one)
  • Port it to TypeScript using core-ts
  • Ensure the TypeScript version produces equivalent output
  • Submit the PR to OpenSymbolicAI/examples-ts
  • Link back to the original Python example in the README/comments

Acceptance criteria

  • TypeScript example runs successfully with core-ts
  • Behavior matches the Python original
  • Code is idiomatic TypeScript (async/await, proper types)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions