Sign inSign up

chillibits/spice

By chillibits

Updated 29 days ago

Spice Programming Language

Image
0

5.8K

chillibits/spice repository overview

Spice Logo

Spice Programming Language

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.

Documentation

Please visit the documentation at spicelang.com.

Usage

You can use Spice by directly installing it on your system or by using the Docker container.

Install Spice

For installation instructions for Linux, Windows, etc., please visit the installation guide.

QuickStart with Docker

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>

Contribute otherwise to the project

If you want to contribute to this project, please ensure you comply with the contribution guidelines.

© ChilliBits 2021-2023

Tag summary

Content type

Image

Digest

sha256:ad2772be6

Size

244.1 MB

Last updated

29 days ago

docker pull chillibits/spice