lunum
Numeric arrays library
A C-based extension for Lua that provides flexible and robust numeric array manipulation facilities.
Numeric arrays for the Lua programming language
37 stars
6 watching
6 forks
Language: C
last commit: almost 13 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jgm/lunamark | A Lua library for converting markdown to various textual formats | 197 |
andrewrk/lua-in-the-browser | Building Lua in WebAssembly to enable run-time execution within web browsers. | 32 |
natecraddock/ziglua | A Zig library providing bindings to the Lua C API | 273 |
hleuwer/luasnmp | A Lua binding to the net-snmp library for monitoring network devices | 11 |
philanc/luazen | A Lua library providing compression and cryptographic functions | 91 |
ranciere/zoltan | A minimalist Lua binding for Zig | 94 |
stetre/moonnuklear | Lua bindings for a GUI toolkit allowing developers to build graphical user interfaces using Lua | 108 |
jprjr/luasodium | Bindings to libsodium, allowing Lua to interact with cryptographic functions | 27 |
sygmei/luatalk | A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
bungle/lua-resty-unistring | Provides LuaJIT bindings to the GNU libunistring library for Unicode string manipulation. | 7 |
nlua/nlua | A .NET wrapper that enables C# developers to use Lua scripts and functions directly from their applications. | 2,048 |
firezenk/language-lua | Provides syntax highlighting and snippets for the Lua programming language in Atom text editor | 66 |
plutolang/pluto | A superset of Lua 5.4 aimed at general-purpose programming with improved syntax and standard library. | 389 |
aiq/basexx | A Lua library for converting between various binary data formats | 85 |
squeek502/zua | An attempt to implement Lua 5.1 in Zig for educational purposes | 172 |