Compiler and standard library for the Spice programming language.
This is the home repo of the Spice programming language. Spice is a compiled language which sets a focus on performance and practicality. It is considered as a systems language, which means it is neither suitable for coding user interfaces nor any interface with the user, except cli tools. Spice supports cross-compilation to all target platforms, listed below.
Please visit the documentation at spicelang.com.
You can use Spice by directly installing it on your system or by using the Docker container.
For installation instructions for Linux, Windows, etc., please visit the installation guide.
Note for Windows users: This command does not work with Windows CMD command line. Please use Windows PowerShell instead.
$ docker run --rm -it -v ${pwd}:/spice/out chillibits/spice <command>
If you want to contribute to this project, please ensure you comply with the contribution guidelines.
© ChilliBits 2021-2023
Content type
Image
Digest
sha256:ad2772be6…
Size
244.1 MB
Last updated
29 days ago
docker pull chillibits/spice