Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.04 KB

File metadata and controls

64 lines (44 loc) · 2.04 KB

Soplang Documentation

Soplang is the Somali programming language, designed to make programming accessible to Somali speakers worldwide.

Documentation Sections

Getting Started

  • Installation Guide - Detailed instructions for installing Soplang on Windows, Linux, and macOS

Language Reference

Examples

Building and Performance

Testing

Getting Started

Installation

To install Soplang, see the Installation Guide which covers all platforms:

  • Windows installation (using installer or building from source)
  • Linux installation (using package manager or building from source)
  • macOS installation (using DMG or building from source)

Running Soplang

To run Soplang after installation, you can:

# Run a Soplang program
soplang examples/hello_world.so

# Start the interactive shell
soplang

If you haven't installed Soplang yet, you can run it directly from the source:

python main.py examples/hello_world.so

Or start the interactive shell:

python main.py

Further Resources