edubart / nelua-lang

Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
https://nelua.io
MIT License
1.99k stars 64 forks source link

Compatible with Lua C plug-in #252

Closed acodervic closed 6 months ago

acodervic commented 7 months ago

Compatible with Lua C plug-in? The target of nelua is C, but currently there are not enough libraries to use nelua. It is very difficult to promote nelua, especially for novices who are not proficient in c/c++. Is it possible to use some method to utilize lua c ready-made plug-in ecosystem, which will be a major advantage of nelua

stefanos82 commented 6 months ago

You mean this? https://github.com/edubart/nelua-batteries

acodervic commented 6 months ago

You mean this? https://github.com/edubart/nelua-batteries

Thank you !