v0.5.2 STABLE

Natural Code,
Native Performance.

Hüma is a high-performance programming language featuring native Turkish syntax. Built with a Rust-backed core, it combines the expressiveness of natural language with the raw speed of a systems compiler.

index.hb
1
2
3
4
5
6
7
puan = 85 olsun
 
puan > 50 ise {
"Success!"'yı yazdır;
} yoksa {
"Tekrar dene."'i yazdır;
}
terminalTerminal Output
> huma run index.hb
Success!

Advanced Features

translate

Natural Syntax

Code using Turkish suffixes that feel natural and improve readability.

bolt

Hybrid Execution

Mix interpretation for development speed and compilation for production power.

terminal

Standalone Binary

Compile your code to a single, statically linked binary for any system.

inventory_2

Standard Library

Built-in modules for math, file handling, statistics and more.

Start Building Now

Join the community of developers building the next generation of software with Hüma.

curl -fsSL https://raw.githubusercontent.com/VastSea0/huma-lang/main/install.sh | sh
Available on Windows, macOS, and Linux