lua-users home
lua-l archive

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


On 03/05/2012 05:56 AM, Philipp Janda wrote:
Shopping List:

milk butter eggs flour baking soda

This only "works" as long as the statements are reasonably simple. In
general a single space is not enough to visually separate list items (or
statements), especially if the items/statements contain spaces
themselves. Your shopping list example nicely proves that. Mandatory
semicolons are such a hated feature because one typically writes only
one statement per line anyway and ;\n is overkill.
So for me the question is not if commas in tables can be made optional
(with or without removing function calls without parentheses) but if we
should even try.


To further support this point, it becomes apparent when the shopping list is "milk butter squash", which could be either two or three items.

--
- tom
telliamed@whoopdedo.org