Skip to content

A programming language with semantics borrowed from the Swahili language to help teach programming concepts to Swahili speaking students.

License

Notifications You must be signed in to change notification settings

malcolmkiano/swahili

Repository files navigation

Swahili

A new programming language with semantics borrowed from the Swahili language to help teach programming concepts to native Swahili-speaking students.

Version 0.10.2 Run on Repl.it

Get Started

Installation

Swahili is built on Node. To get started, you can install Swahili, or follow the instructions to run without installing.

npm install -g swahili-lang

To start the REPL, just run swahili in your terminal.

swahili

Try things out! Here's a good command to get you started:

> andika("Jambo Dunia! Hello, World!")

External files

You can pass in a file path to be executed when you run the swahili command in your terminal:

swahili ./examples/jambo.swh

To see more options for the swahili command run

swahili -h

Run without installing

If you'd like to run without installing, simply use:

npx swahili-lang [filename]

To enable syntax highlighting for your Swahili programs in VS Code (more coming soon!), get this VS Code extension.


Documentation

Language Guide

  1. Introduction
  2. Grammar and types
  3. Control flow and error handling
  4. Loops and iterations
  5. Functions
  6. Expressions and operators
  7. Numbers and dates

Packages NEW

References


Examples

See all examples »

About

A programming language with semantics borrowed from the Swahili language to help teach programming concepts to Swahili speaking students.

Topics

Resources

License

Stars

Watchers

Forks