sloppy-core

Crates.iosloppy-core
lib.rssloppy-core
version0.1.2
sourcesrc
created_at2023-03-14 03:20:58.196163
updated_at2023-03-29 02:50:39.592559
descriptionA package to support multiple scripting language within Rust.
homepage
repositoryhttps://github.com/tycheng/sloppy/tree/main/sloppy-core
max_upload_size
id809456
size33,082
Tianyu Cheng (tycheng)

documentation

README

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

Commit count: 0

cargo fmt