Re: [ANN] Microlight (was Re: paving cowpaths with libraries)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Microlight (was Re: paving cowpaths with libraries)
- From: steve donovan <steve.j.donovan@...>
- Date: 2012年2月15日 19:12:32 +0200
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.