You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want a way for engine models to be serialized and passed between various programming languages (python -> scala for example) or libraries without having to depend on transpiling (like Jython).
Something like an avro or protobuf representation with client interpreters in each language.
python->python is easy (just libs with pypi), but handicaps the ability to scale beyond python ecosystem later on.
The text was updated successfully, but these errors were encountered:
I want a way for engine models to be serialized and passed between various programming languages (python -> scala for example) or libraries without having to depend on transpiling (like Jython).
Something like an avro or protobuf representation with client interpreters in each language.
python->python is easy (just libs with pypi), but handicaps the ability to scale beyond python ecosystem later on.
The text was updated successfully, but these errors were encountered: