Skip to content
#

lua-bindings

Here are 77 public repositories matching this topic...

tarleb
tarleb commented Sep 27, 2020

Lua's auxiliary C API offers luaL_requiref which allows to load modules unless they have already been loaded. The function takes a lua_CFunction, which might require some additional function wrapping. The function definition is short, so it might be better to rewrite the function in Haskell, ensuring that it is convenient to use with the rest of the library.

Improve this page

Add a description, image, and links to the lua-bindings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lua-bindings topic, visit your repo's landing page and select "manage topics."

Learn more