Skitter logo

Skitter Programming Language

A simple, powerful and human-readable programming language.

Goals

Skitter aims to be as human-readable as possible, while maintaining powerful capabilities and a clear structure.

Open Source

Skitter is licensed under GNU GPL v3.0. This ensures that the language implementation stays open-source and that improvements can be shared with the community.

(Sometimes) Active Development

Skitter is sometimes actively developed and improved over time, with new features and improvements being added somewhat regularly.

Community Contributions

Everyone is welcome to contribute to Skitter. You can report issues, suggest features, create pull requests, or build tools around the language.

Code examples

say "Hello, World!"
                
make int x = 5
x *= 2
say x
                

Simple syntax is one of the main ideas behind Skitter.

Chat with us on Discord

docs (will make a better link at some point)