Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β
Umka-lang Alternatives
Similar projects and alternatives to umka-lang
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
v
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
-
-
-
nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
umka-lang discussion
umka-lang reviews and mentions
- VDrift: Cross-Platform Driving Simulation
-
Buzz: A lightweight statically typed scripting language
I'm a fan or Umka. It is inspired by Go and can be embedded into C programs.
https://github.com/vtereshkov/umka-lang
- The Umka scripting language released: Now with closures, type switch statements and faster strings
-
Closures in Umka
My scripting language Umka now supports closures. This is not merely a matter of fashion, but the requirement of the Tophat game engine that heavily relies on callbacks, particularly for inter-module communication via signals.
-
Umka 1.0 released. It's now the scripting language in the Tophat game framework
After three years of development, I released Umka 1.0, a statically typed scripting language designed for embedding into C/C++ host applications. Its syntax and some key features were inspired by Go. However, Umka doesn't rely on the Go ecosystem and only needs the C standard library to run.
-
Umka: A statically typed embeddable scripting language
Yaegi needs to be embedded in another golang program. Itβs a golang module to evaluate golang. Which is cool, but different from what Umka seems to be.
Umka is a scripting language with syntax inspired by golang. A language with its own vm that you can embed anywhere, exsmple: https://github.com/vtereshkov/umka-lang/blob/master/examples....
Yaegi and Umka are two different things.
-
UmPlot: A visualization tool for the Umka language
UmPlot 0.1 has been released. It is an easy-to-use cross-platform plotting library for the Umka language. It is based on raylib and distributed as an Umka Module Implementation (UMI) file, i. e. a language extension shared library with an Umka interface.
- Show HN: Umka β A scripting language with native support for C data types
-
Closures without closures in Umka
Some people who tried to use the Umka scripting language were frustrated by the absence of closures. This feature is under development and not yet released. However, you can easily simulate closures with the good old structures, methods and interfaces. This simple truth sometimes comes as a surprise to the users.
-
Umka: what additional features do you expect from an embeddable scripting language?
I have been developing the statically typed scripting language Umka for more than a year. Now it is stable enough to serve as the basis for various projects: a 2D game engine, a VDrift-based framework for exercising with the car autopilot logic, and a proprietary tractor dynamics simulator.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 10 Feb 2025
Stats
vtereshkov/umka-lang is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of umka-lang is C.