A minimalist system programming language with Python-like syntax and C-level performance.
AXIS compiles directly to x86-64 machine code without requiring external linkers, assemblers, or runtime libraries.
⚠️ Platform Requirements: Linux x86-64 only (Ubuntu, Debian, Fedora, Arch, etc.)
This will:
# Compile to executable
# Write your first program
AXIS follows four core principles:
AXIS provides hardware-native integer types with explicit sizing:
// 0 or 1 (u8)
// Other types
... continue reading