I've very interested in writing a python wrapper for an open source scala project. However, there doesnt seem to be much documentation on the process online. Does anyone have any information they could please share?
Ask HN: Writing a Python Wrapper for a Scala Project?
1–3 of 3 posts
Re: Ask HN: Writing a Python Wrapper for a Scala Project?
#2A quick look into Google results shows several ways to use Python to interact with Java libraries, I'd check that first as Scala compiles to Java class files, another way is to look how Spark provides Python support while being written in Scala.
Re: Ask HN: Writing a Python Wrapper for a Scala Project?
#3What is the scala project?