Skip to content

Getting Started

Welcome to SamaLang v2.1 — where modern coding meets Samawa culture.

Selamat datang di SamaLang v2.1 — di mana pemrograman modern bertemu budaya Samawa.

SamaLang is a programming language built on top of Lua, using keywords from the Samawa language. It offers a powerful, lightweight environment with a meaningful cultural identity.

SamaLang adalah bahasa pemrograman yang dibangun di atas Lua, menggunakan kata kunci dari bahasa Samawa. Menawarkan lingkungan yang powerful dan ringan dengan identitas budaya yang bermakna.

  • Approachable Logic: Simplifies complex programming concepts for beginners.

  • Cultural Identity: Integrates Samawa vocabulary and values into the learning experience.

  • Lua Powered: Benefit from the speed and efficiency of a world-class scripting engine.

  • Full Lua Compatibility: Access the entire Lua standard library and ecosystem.

  • Logika Mudah: Menyederhanakan konsep pemrograman yang kompleks untuk pemula.

  • Identitas Budaya: Mengintegrasikan kosakata dan nilai-nilai Samawa dalam pembelajaran.

  • Berbasis Lua: Manfaatkan kecepatan dan efisiensi dari engine scripting kelas dunia.

  • Kompatibilitas Penuh Lua: Akses seluruh standard library dan ekosistem Lua.

Terminal window
# Sapaan tradisional
tulis("Salam Sarea!")
# Variabel lokal
ada nama = "SamaLang"
ada versi = 2.0
tulis(nama .. " v" .. tostring(versi))
# Fungsi
fungsi tambah(a, b)
semalik a + b
jure_mo
tulis(tambah(3, 5)) -- Output: 8

Understand the fundamental syntax of SamaLang and how it incorporates traditional Samawa concepts into code structure.

Learn how the language handles logic through conditionals and loops, reflecting the way we solve problems in everyday Samawa life.

Explore how information is organized using Tables — the flexible and powerful core of the underlying Lua engine.

Discover how SamaLang interfaces with the Lua runtime, allowing you to use professional-grade tools while maintaining a familiar cultural syntax.


The goal of SamaLang is to empower developers to build modern technology without losing their roots. By learning this language, you aren’t just writing code; you are carrying the Samawa spirit into the future of the digital world.