# vtereshkov/umka-lang

Umka: a statically typed embeddable scripting language

Repository: https://github.com/vtereshkov/umka-lang
Canonical: https://ross.abutalabs.com/products/umka-lang
Language: C
License: BSD-2-Clause
License Family: permissive
Topics: programming-language, scripting-language, compiler, interpreter, virtual-machine, cross-platform, concurrency, coroutines, fibers, c, static-typing, language
Last push: 2026-08-23T14:53:38+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 2329, "days_push": 10, "days_rel": 11, "gap_med": 102, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2091, forks 75 (observed 2026-08-28T04:06:12.394468+00:00)

## What it is
Umka is a statically typed, embeddable scripting language implemented in C99, with a bytecode compiler and virtual machine distributed as a static or dynamic library with a simple C API. It offers Go-inspired syntax, compile-time type checking, garbage collection, C-compatible arrays and structs, interfaces, and fiber-based multitasking.

## Use cases
- embed a scripting language in a C or C++ application
- add a statically typed scripting layer to a game engine
- script configuration or logic with compile-time type checking
- run lightweight coroutines or fibers for multitasking
- learn or experiment with language and VM implementation
- prototype algorithms in a simple Go-like scripting language

## When to choose
- you need an easily embeddable scripting language with a clean C API
- you want static typing in a scripting language
- you need C-compatible data structures passed between host and scripts
- you want fiber-based cooperative multitasking in scripts

## When to avoid
- you need a mature ecosystem with extensive third-party libraries
- you require maximum raw performance from compiled native code
- you need dynamic typing or metaprogramming-heavy scripting
- you need broad community support and long-term guarantees

## Facets
- artifact type: library
- maturity: active
- function: interpreter, compiler, programming-language, concurrency
- domain: programming-languages, developer-tools, cross-platform
- platform: cross-platform, c, cpp, windows, wasm
- tags: scripting-language, embeddable, static-typing, virtual-machine, fibers, coroutines, garbage-collection, c-api, linux, macos

## Member repositories
- vtereshkov/umka-lang (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:12.394468+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:55:34.651354+00:00, confidence not recorded.
  - readme: https://github.com/vtereshkov/umka-lang (fetched 2026-08-28T04:06:12.394468+00:00, sha cfa54a2d743e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
