Reusability of the Interop logic between JVM and CLR #802
Unanswered
samueleresca
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm porting the awslabs/deequ into the .NET ecosystem. After starting the project (see samueleresca/deequ.NET) by rebuilding all the core implementations in C#, now I'm considering to create a C# wrapper around the native Scala implementation (something similar has been done for the python equivalent of the library).
There is already the interop logic between JVM and CLR implemented in this repo under the
Interop
namespace.Here are some questions:
internals
. Have you ever considered packing and expose these components in order to be used by other libraries?Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions