Skip to content
View SauloHS's full-sized avatar
πŸ’­
Let's build something invariant?
πŸ’­
Let's build something invariant?

Block or report SauloHS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SauloHS/README.md

Saulo Henrique

Founder of Invariant Foundation

Invariant Website

Creator of Monad Programming Language




About

pub struct Founder {
    pub name: &'static str,
    pub organization: &'static str,
    pub current_project: &'static str,
}

pub const SAULO: Founder = Founder {
    name: "Saulo Henrique",
    organization: "Invariant Foundation",
    current_project: "Monad",
};

I am the founder of Invariant Foundation, an organization focused on building long-term software infrastructure, programming languages, developer tooling and systems technology.

Currently designing and implementing Monad, a programming language written entirely in Rust.


Mission

Build technology that survives decades.

Design languages that empower developers.

Create infrastructure instead of trends.


Monad

Monad
β”œβ”€ Lexer
β”œβ”€ Parser
β”œβ”€ AST
β”œβ”€ Type Checker
β”œβ”€ Compiler
β”œβ”€ Toolchain
└─ Ecosystem

A modern programming language focused on:

  • Performance
  • Simplicity
  • Predictability
  • Tooling
  • Developer Experience

Tech Stack


Invariant Foundation

Building Infrastructure For The Next Generation

Projects under development:

  • Programming Languages
  • Compiler Technology
  • Developer Tooling
  • Open Source Infrastructure
  • Systems Research

GitHub Statistics


Activity Graph


Current Focus

Foundation:
  status: active

Monad:
  status: building

Compiler:
  language: Rust

Goal:
  build_the_future: true

Invariant Foundation

"Technology should outlive its creators."

Pinned Loading

  1. Monad Monad Public

    The Monad programming language repository.

    Rust