Features

Feature Comparison

Feature Bau Python C C++ Java C# Go Rust Swift
Memory Safety
Easy to Learn and Use
Concise Syntax
Indentation-Based
Vendor Independent
Strongly Typed
Fast Execution
No GC Pauses
Low Memory Usage
Automatic Memory Mgmt
Runs Everywhere
Generics / Templates
Macros
Exception Support
Null Safety
Array Bounds Checks
Compile-Time Execution
Custom "For" Loops
Function Pointers
Interfaces / Traits
Map, Filter
LINQ-like Queries
Reflection
Multiple Threads TODO
High-Order Functions
Coroutines
String Interpolation
Goto
Multiple Inheritance
Unsigned Integers
Tail-Call Optimization

Non-Features

Syntax

Memory Management

Safety

Array Bound Checks

### Null Pointer Access

Division and Remainder (Modulo) By Zero

Exceptions and Panic