#back-end #scripting-language #script #programming-language #value #interpreter #sloppy

sloppy-core

A package to support multiple scripting language within Rust

3 releases

0.1.2 Mar 29, 2023
0.1.1 Mar 15, 2023
0.1.0 Mar 14, 2023

#195 in #scripting-language

Download history 9/week @ 2024-02-19 18/week @ 2024-02-26 78/week @ 2024-03-11

97 downloads per month
Used in sloppy

MIT and maybe CC-PDDC

34KB
802 lines

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

Dependencies

~2–48MB
~735K SLoC