Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctongfei/kingscross

Portal from the magical world of Scala to dangerous external interpreters outside JVM
https://github.com/ctongfei/kingscross

python scala

Last synced: 3 days ago
JSON representation

Portal from the magical world of Scala to dangerous external interpreters outside JVM

Awesome Lists containing this project

README

        

# kingscross
Calling external interpreters (Python etc.) from Scala

### Overview
`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](https://github.com/ctongfei/kingscross/tree/master/python) | `"me.tongfei" %% "kingscross-python" % "0.1.0-SNAPSHOT"`