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:
- Amplification of the mechanics of the actual physical CPU, memory, and computer.
- Maximum transparency and feedback to what the compiler is doing and why.