Sloppy-Core =========== `sloppy-core` is the core package used to build [sloppy](https://crates.io/crates/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](tianyu.cheng@utexas.edu)