Wrapper / Template for non-Typescript models #36
pazbardanl
started this conversation in
Develop an Idea
Replies: 1 comment 11 replies
-
Hi @pazbardanl - intriguing idea. Can you explain in any more detail why this would be an improvement over our existing |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prize category
User Story
Rationale
Developers in the community may choose to build models using other languages other than TypeScript. For a given language, the (possibly) many models written have different business logic internally, but they share a lot of common code related to IF interactions:
Impact
If this idea is successfully implemented the creation of non-Typescript models will be significantly faster. Developers will need not worry about handling of input, composing the output and communicating over STDIN/STDOUT. They could focus on their custom business logic and deliver models faster.
Implementation guidelines
ModelPlugin
interfaceDifficulty
Scope Of Work
Examples and resources
Shell model: https://github.com/Green-Software-Foundation/if-models/blob/main/src/lib/shell/README.md
Manifest File
N/A
Beta Was this translation helpful? Give feedback.
All reactions