KodiScript
GitHubGitHub
  • Introduction
  • Getting Started
    • Variables
    • Functions
    • Control Flow
    • Native Functions
    • 🔌 Extensibility
    • Overview
    • Kotlin SDK
    • Go SDK
    • Dart SDK
    • TypeScript SDK
Question? Give us feedback →Edit this page
Introduction

Embeddable Scripting
for Modern Apps

KodiScript is a lightweight, strictly typed yet dynamic scripting language designed for Go and Kotlin applications.
Get Started →
⚡️Fast & Lightweight🔧Multi-Platform SDKs📦Familiar Syntax🛡️Safe & Secure

Code Example

// Define a simple greeter function
let name = "Developer"
 
let greeter = fn(n) {
    if (n == "") {
        return "Hello, Stranger!"
    }
    return "Hello, ${n}!"
}
 
// Call the function
print(greeter(name))
Getting Started

MIT 2025 © Nextra.