[Feature Request] Top level entry points for js/py might need native code #470
Labels
help wanted
Extra attention is needed
Type: Feature Request
This item is confirmed by the maintainers to be a request for a new feature
Currently using ARCtrl in pythomn for the first time at BioHackEU24, first off it works great!
However, the API has same weird inconsistencies that i guess come from the general transpilation process. Example:
This is fine:
This is weird:
I'd suggest to write top-level entry points that are designed for transpiled languages only (as i suspect is the case for the
JsonController
module) in the native language. It is completely fine to have diverging APIs for convenience IMO, however i can see the additional maintenance overhead.cc @HLWeil @feserm
The text was updated successfully, but these errors were encountered: