Overview

The Bramble Programming Language

What is Bramble

Bramble is a AOT compiled language designed from the gound up to help developers write optimized, efficient code. There are two major prongs of design to accomplish this goal:

  1. Amplification of the mechanics of the actual physical CPU, memory, and computer.
  2. Maximum transparency and feedback to what the compiler is doing and why.

Last modified February 6, 2022: Fleshed out overview (4724cd5)