Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctongfei/kingscross
- Owner: ctongfei
- Created: 2017-03-05T22:29:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T22:47:13.000Z (over 7 years ago)
- Last Synced: 2023-08-02T00:37:09.198Z (over 1 year ago)
- Topics: python, scala
- Language: Scala
- Homepage:
- Size: 251 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`