mathmap
An image processing programming language and GUI (by schani)
nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code. (by edubart)
mathmap | nelua-lang | |
---|---|---|
1 | 34 | |
83 | 2,136 | |
- | 2.4% | |
10.0 | 6.3 | |
over 2 years ago | about 1 month ago | |
HTML | Lua | |
GNU General Public License v3.0 only | MIT 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
nelua-lang
Posts with mentions or reviews of nelua-lang.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-05-25.
- Nelua Programming Language
-
Lapis: A Web Framework for Lua
I agree, but I miss static types. Has anyone here ever used Nelua[0]?
[0] https://nelua.io/
- Nelua: Statically typed language with a Lua flavor
- Buzz: A lightweight statically typed scripting language
-
Lua has been a real eye opener for this Java dev
If you Like Lua's syntax and you wish you could achieve C speeds and have the metaprogramming ability of Java (Generics), by all means try https://nelua.io/ , you won't regret it!
- Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language
-
Pixelhopper: Tiny animated GIF player in C, with seeking, pause, etc (Linux x11 only, for now)
I should be uploading the code sometime this week, by the way. I'm looking for a way to bundle the code (which is written in Nelua) in a single C file, so anyone can build it without having to install all of the language and the dependencies.
- Using Lua with C++
-
Is it possible to make an OS in Lua?
You could probably write a kernel in Nelua or Luau, though I don't know of any efforts to do so.
-
Bog – small, strongly typed, embeddable language
- https://github.com/edubart/nelua-lang (to C)