How to create non-python language binding from C++

After following the tutorial here: https://mxnet.incubator.apache.org/versions/master/faq/add_op_in_backend.html

I’m able to call the qudratic operator from python, but how would I go about installing the binding for other languages such as Scala?

Thanks

@yizhiliu perhaps you can help? question about creating new operators for scala.