lua-users home
lua-l archive

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


> On Jun 5, 2017, at 3:38 PM, Sean Conner <sean@conman.org> wrote:
> 
> 
> * Prefer function syntax over variable syntax.  This helps differentiate
> between named and anonymous functions [Oooh!  A rational!  Unfortunately,
> this is rare in the document]
> 

This one particularly bugs me, as it creates an idea in the heads of developers that there is some kind of subtle semantic distinction which does not exist. And I agree that there is very little rationalization here at all.

—Tim