The Current Version of Splice is: 1.0.0
Splice is an Open-Source, high-level, Dynamic Programming language developed by Open-Splice, A Sinha Group organisation, to make writing code for embedded systems easier. This is the main Github repo where all source code of Splice remains. Installation of Splice can be found below.
It is recomended to use our build.sh and not any third party build.sh as they could cause harm to your system.
To run Build.sh run
./build.sh.
If you have a corrupted version of Splice run ./build.sh --force to forcefully rewrite the corrupted version with the right one.
Splice is orginized in this manner
| Directory | Contents |
|---|---|
src/ |
Code to run the SPVM (Splice Virtual Machine) onto systems like Microcontrollers |
examples/ |
Example code that works with Splice |