lua-users home
lua-l archive

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


On Wed, Feb 15, 2012 at 6:57 PM, Michal Kottman <k0mpjut0r@gmail.com> wrote:
> require 'ml':import()

Currently the incantation is

local ml = require 'ml'
ml.update(_G,ml)

Yours is a good easier to type ;)  I rather liked Dirk's multi-purpose
import() function, although maybe people think it does too many
things?

Currently I am trying to resist the temptation to add imap2(f,t1,t,2),
but these functional enthusiasms usually subside if I lie down for a
while.

steve d.