COMMUNITY
Join the Community
Be a part of Hüma. Shape the roadmap, report bugs, and contribute code. Together, we can build better native performance development tools.
How to Get Involved?
code
Main Repository
Explore the open-source codebase of Hüma and see our ongoing development.
View on GitHubarrow_forward
bug_report
Report Bugs
Found a bug? Report it so we can improve the stability of Hüma.
Open Issuearrow_forward
lightbulb
Feature Requests
Discuss the features and language syntax additions you'd love to see in Hüma.
Join Discussionsarrow_forward
history_edu
Changelog
Follow updates, optimizations, and security patches released in every version.
Read Updatesarrow_forward
Contributing Guide
Contributing to the Hüma compiler is straightforward. You can clone the project, build it locally, and start working on your own additions immediately.
01Fork & Clone
git clone https://github.com/VastSea0/huma-lang cd huma-lang
02Build from Source
cargo build --release ./target/release/huma --version
03Run Tests
cargo test # veya belirli bir .huma dosyası çalıştırın: ./target/release/huma calistir tests/basic.huma
04Open a Pull Request
git checkout -b feat/my-feature git commit -m "feat: add my feature" git push origin feat/my-feature
Like the Project?
Support us by starring the repository on GitHub or forking it to build your own version.