c2compiler
the c2 programming language (by c2lang)
umka-lang
Umka: a statically typed embeddable scripting language (by vtereshkov)
c2compiler | umka-lang | |
---|---|---|
1 | 19 | |
754 | 1,145 | |
1.6% | 1.6% | |
9.4 | 8.9 | |
9 days ago | 9 days ago | |
C | C | |
Apache License 2.0 | 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.
c2compiler
Posts with mentions or reviews of c2compiler.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Interview with C3 language creator, Christoffer Lerno [video]
I discovered C3 from Lerno himself when he was participating in C2's development [1], 6 years ago already; Goodness gracious, time literally flies!
https://github.com/c2lang/c2compiler
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.
What are some alternatives?
When comparing c2compiler and umka-lang you can also consider the following projects:
ocean - Programming language that compiles into a x86 ELF executable.
gravity - Gravity Programming Language
holyc-lang - HolyC compiler & transpiler
jstar - A lightweight embeddable scripting language
MemeAssembly - A Meme-based programming language
felix - The Felix Programming Language