3 releases
0.1.2 | Mar 29, 2023 |
---|---|
0.1.1 | Mar 15, 2023 |
0.1.0 | Mar 14, 2023 |
#208 in #scripting-language
Used in sloppy
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)
Dependencies
~2–42MB
~695K SLoC