mathmap
An image processing programming language and GUI (by schani)
umka-lang
Umka: a statically typed embeddable scripting language (by vtereshkov)
mathmap | umka-lang | |
---|---|---|
1 | 19 | |
83 | 1,104 | |
- | 2.3% | |
10.0 | 8.9 | |
over 2 years ago | 3 days ago | |
HTML | C | |
GNU General Public License v3.0 only | BSD 2-clause "Simplified" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mathmap
Posts with mentions or reviews of mathmap.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-06.
-
Is there a way to easily stack two images with slight differences perfectly on top each other? (scale, roate, and move)
You could try MathMap plugin for GIMP. https://github.com/schani/mathmap
umka-lang
Posts with mentions or reviews of umka-lang.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-28.
- 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.