lua-users home
lua-l archive

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


http://nodejs.org/
https://github.com/joyent/node

Node.js is an evented web server built around the V8 JavaScript JIT
compiler. It is a very big project, and the de-facto command line
JavaScript tool. I too think you should rename the binary, the clash
will not benefit you.

Perhaps "nodes"?

—Pierre-Yves


On Thu, Jun 5, 2014 at 10:54 PM, Marc Balmer <marc@msys.ch> wrote:
>
> Am 05.06.2014 22:48, schrieb Elias Barrionovo:
>
> That looks great! I used to run a similar architecture in Python until
> recently, so I'll definitely check it out.
>
> On Jun 5, 2014 5:34 PM, "Marc Balmer" <marc@msys.ch> wrote:
>>
>> Lua nodes comes as a binary, called "node", which takes a filename of a
>> Lua program as argument.  This Lua program is meant to "orchestrate" a
>> network of Nodes.
>
> Would you consider changing the binary name to something other than "node",
> such as "lnode", "luanode " etc.? That's already the name of Node.JS's
> interpreter.
>
> I think such name clashes can happen.  Since I don't use Node.JS (and even
> don't know what it is), I don't see a problem.
>