[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] cffi-lua: a portable (and mostly LuaJIT compatible) C FFI for Lua 5.1-5.4
- From: Francesco Abbate <francesco.bbt@...>
- Date: Tue, 7 Apr 2020 11:43:54 +0200
Hi Daniel,
this looks like a useful and well-done library, thanks for sharing.
In addition I have seen it is cross-platform, you are using Meson, and
you support both MSVC and Mingw64. I always appreciate project that
support mingw64 and meson as they are great for building native
applications on Windows without having to cope with the Microsoft
stuff.
Personally for my projects I am okay using just LuaJIT but it is very
useful to know you can switch to ordinary Lua and still have the FFI
superpowers!
Kind regards
Francesco