sloppy-core 0.1.2

A package to support multiple scripting language within Rust.
Documentation

Sloppy-Core

sloppy-core is the core package used to build sloppy, an interpreter to run scripts that allow multiple programming languages to work together.

sloppy-core is an effort to embed different programming language backends into rust, so that other projects could have fewer dependencies.

sloppy-core also unifies value representation from different programming language backends, and allows values to be passed from one command to another command across programming languages.

Disclaimer

This project is currently at an early stage, use at your own risk. Feedbacks are appreciated.

Author(s)

Tianyu Cheng