Skip to content

Solus Documentation

Welcome to the solus docs! This is the place you'll find handwritten guides for not only how to write the language but in depth documentation of the standard library and (soon) the C API where you can find out how solus can be integrated into your C programs. You can use either this landing page or the navigation sidebar to make your way around the docs.

📙  Solus Handbook

The solus handbook is a detailed quickstart guide to getting started with solus. It covers everything you need to know from basic values to the unique features of my language and how to use them to write the best solus. It's recommended that you have some basic programming experience going in, but it shouldn't be required to get the gist of it.

Table of Contents

🧰  Standard Library

Solus includes a standard library which is optional in solus environments, but it's extremely unlikely you'll be interacting with one that doesn't use the std. This section documents the different modules of the standard library and how they're properly used. Any good solus program makes heavy use of the standard library, especially the builtin functions.

Table of Contents