Calling external interpreters (Python etc.) from Scala
kingscross
is a framework for handling external interpreters (Python/Matlab/etc.). It utilizes Scala's flexible syntax and its Dynamic
support to create a fun way of channeling other languages and their libraries from Scala.
Currently only Python is supported.
Python | GUIDE | "me.tongfei" %% "kingscross-python" % "0.1.0-SNAPSHOT"