SaaSHub helps you find the best software and product alternatives Learn more →
Umka-lang Alternatives
Similar projects and alternatives to umka-lang
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
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
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
umka-lang reviews and mentions
-
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.
-
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.
-
VDrift/Umka - Design your own racing car autopilot
A new version of the VDrift racing simulator that supports embedded scripting in Umka has been released. It lets you design, tune, debug and test your own racing car autopilot without building the whole simulator from source.
-
Umka: a statically typed scripting language for games
After a year of development, Umka is now in the heart of tophat, a new 2D game engine.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b353d18>
www.saashub.com | 11 Dec 2023
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.