rvirding / luerl

Lua in Erlang
Apache License 2.0
1.03k stars 141 forks source link

more documentation for Mod:install in load_module #145

Open iggi42 opened 2 years ago

iggi42 commented 2 years ago

like how does it work? I didn't really understand it from the comments in src/luer.erl or the wiki.

Maybe an example project that uses different ways to extend the functions in lua vm would be cool? Comparing setting a function via set_table, installing a module via install loading a lua file providing more functions inside the lua vm (as a contrast).