lua-users home
lua-l archive

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


On Wed, May 6, 2015 at 8:03 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> Maybe even something like Rebol, which recognizes dozens of
> types of literals as objects, such as dates, times, e-mail addresses,
> URL's, filenames etc.

Which feels too .. magical .. to me. Too baked into the language.
Customizable literals are the way forward there, but we have the
supremely flexible table {} constructor.