Re: Non-uniqueness of module names
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Non-uniqueness of module names
- From: Dibyendu Majumdar <mobile@...>
- Date: 2019年4月12日 14:54:49 +0100
On 2019年4月12日 at 14:50, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>
> The Lua ecosystem will never be worth that name as long as there is no
> way to address the module naming issue.
Hi Dirk,
It took me a while to understand this, but Lua doesn't care about how
you manage modules or if there is an eco system of modules. Basically
you are on your own, so you can fix it yourself.
Regards
Dibyendu