sloppy-core 0.1.1

A package to support multiple scripting language within Rust.
docs.rs failed to build sloppy-core-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sloppy-core-0.1.2

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