Terbium

The performant yet elegant and feature-packed programming language. Implemented with Rust.

Installation

Terbium is still a work in progress. You can contribute by simply cloning this repository, however.

Goals

We want Terbium to meet the following:

Static types?

We want to enforce a static type system in Terbium that isn't too restrictive:

Terbium designs static types like this so that while beginners don't have to learn Terbium with the complexity of a type system, and gradually implement these types as they learn more about them.

Hello, world!

```ts require std;

func main() { std.println("Hello, world!"); } ```

Repository Navigation

Contributing

See CONTRIBUTING.md for details.

Credits

Terbium is a project by jay3332.

Thanks to the following core contributors: - Cryptex-github: Creating workflows + General contributions