Re: A major problem with the Lua ecosystem
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A major problem with the Lua ecosystem
- From: Sean Conner <sean@...>
- Date: Thu, 1 Feb 2018 11:41:18 -0500
It was thus said that the Great Dibyendu Majumdar once stated:
>
> Hi
>
> Sorry I should know the answer to this but I don't. Does Lua support dotted module names... i.e. map to directory path?
You mean something like:
net = require "org.conman.net" --?
If so, then yes, Lua does.
-spc