lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Dear Ya'll,

     Just wanted to chime in with a little fun tidbit!

     Compiler Explorer (the "Godbolt It" website for compiling all
manner of C, C++, and other kinds of programming language code) now
supports linking libraries, and that means you can run Lua 5.3.5 or
Lua 5.4.0 code on it. This includes using the C API to have fun:

     https://godbolt.org/z/nqeYY8

     (It also has sol2, my library, there as well :D !)

     This can make it easier to give examples and tiny snippets of
working Lua C API code to folks!

Best Wishes,
ThePhD