For updates follow @chillibits on Twitter
logo
Spice Programming Language
Introduction
Initializing search
    spicelang/spice
    • Home
    • Introduction
    • Install
    • CLI Usage
    • Documentation
    • Contributing
    spicelang/spice
    • Home
    • Introduction
      • Install on Windows
      • Install on Linux
      • Use with Docker
      • Build or install from source
      • Build command
      • Run command
      • Install command
      • Uninstall command
      • Hello World
      • Main Function
      • Builtin Functions
      • Primitive data types
      • Builtin data types
      • Type Casts
      • If Statements
      • While Loops
      • Do-While Loops
      • For Loops
      • Foreach Loops
      • Procedures
      • Functions
      • Modules
      • Declaration modifiers
      • Arrays
      • Pointers
      • Enumerations
      • Structs
      • Methods
      • Constructors and destructors
      • Type Aliases
      • Generics
      • Number formats
      • Operator Overloading
      • Operator Precedence
    • Contributing

    Introduction

    Spice is a compiled language which sets a focus on performance and practicality. It is considered as a systems language, which means that is rather not suitable for coding user interfaces, but for coding drivers and cli tools. Spice has support for cross-compiling for multiple target platforms. In order to get started, visit the installation guide.

    Made with ❤️ by Spice contributors, powered by ChilliBits.
    Made with Material for MkDocs